diff --git a/Content/Items/Boss/Bloodshot/BloodiedMaw.cs b/Content/Items/Boss/Bloodshot/BloodiedMaw.cs index db8d1f7..b4bbec2 100644 --- a/Content/Items/Boss/Bloodshot/BloodiedMaw.cs +++ b/Content/Items/Boss/Bloodshot/BloodiedMaw.cs @@ -14,14 +14,13 @@ namespace Decimation.Content.Items.Boss.Bloodshot protected override void Init() { - item.width = 20; - item.height = 24; + item.width = 22; + item.height = 26; item.consumable = true; item.useStyle = 4; item.useAnimation = 30; item.useTime = 30; - - this.item.maxStack = 1; + item.maxStack = 1; } public override bool CanUseItem(Player player) diff --git a/Content/Items/Boss/Bloodshot/BloodiedMaw.png b/Content/Items/Boss/Bloodshot/BloodiedMaw.png index a74a1c3..f35a1bf 100644 Binary files a/Content/Items/Boss/Bloodshot/BloodiedMaw.png and b/Content/Items/Boss/Bloodshot/BloodiedMaw.png differ