diff --git a/Content/Items/Weapons/TitanicLongsword.cs b/Content/Items/Weapons/TitanicLongsword.cs index 7f52985..6691d30 100644 --- a/Content/Items/Weapons/TitanicLongsword.cs +++ b/Content/Items/Weapons/TitanicLongsword.cs @@ -16,14 +16,12 @@ namespace Decimation.Content.Items.Weapons protected override void InitWeapon() { - item.useTime = 21; - item.useAnimation = 21; + item.useTime = 88; + item.useAnimation = 88; item.crit = 14; item.knockBack = 7; - this.item.value = Item.buyPrice(gold: 45); + item.value = Item.buyPrice(gold: 45); item.rare = Rarity.LightPurple.GetRarityValue(); - item.width = 84; - item.height = 84; item.autoReuse = true; } diff --git a/Content/Items/Weapons/TitanicLongsword.png b/Content/Items/Weapons/TitanicLongsword.png index 24cf759..fb821a3 100644 Binary files a/Content/Items/Weapons/TitanicLongsword.png and b/Content/Items/Weapons/TitanicLongsword.png differ