diff --git a/Content/Items/Potions/Antidote.cs b/Content/Items/Potions/Antidote.cs index b514f03..62343e2 100644 --- a/Content/Items/Potions/Antidote.cs +++ b/Content/Items/Potions/Antidote.cs @@ -14,12 +14,12 @@ namespace Decimation.Content.Items.Potions protected override void Init() { item.width = 20; - item.height = 20; - this.item.maxStack = 30; + item.height = 26; + item.maxStack = 30; item.consumable = true; item.useAnimation = 17; item.useTime = 17; - this.item.useTurn = true; + item.useTurn = true; item.useStyle = 2; } diff --git a/Content/Items/Potions/Antidote.png b/Content/Items/Potions/Antidote.png index 14ed7de..e49666f 100644 Binary files a/Content/Items/Potions/Antidote.png and b/Content/Items/Potions/Antidote.png differ