diff --git a/Content/Items/Weapons/TitanicRepeater.cs b/Content/Items/Weapons/TitanicRepeater.cs index 64ca324..e585d43 100644 --- a/Content/Items/Weapons/TitanicRepeater.cs +++ b/Content/Items/Weapons/TitanicRepeater.cs @@ -16,19 +16,19 @@ namespace Decimation.Content.Items.Weapons protected override void InitWeapon() { - item.width = 56; - item.height = 36; + item.width = 64; + item.height = 28; item.crit = 20; item.useStyle = 5; item.useTime = 12; item.useAnimation = 12; item.knockBack = 7; - this.item.shoot = 1; - this.item.useAmmo = AmmoID.Arrow; + item.shoot = 1; + item.useAmmo = AmmoID.Arrow; item.UseSound = SoundID.Item5; item.shootSpeed = 25; item.autoReuse = true; - this.item.value = Item.buyPrice(gold: 45); + item.value = Item.buyPrice(gold: 45); item.rare = Rarity.LightPurple.GetRarityValue(); } diff --git a/Content/Items/Weapons/TitanicRepeater.png b/Content/Items/Weapons/TitanicRepeater.png index 0ec9249..a46ec3a 100644 Binary files a/Content/Items/Weapons/TitanicRepeater.png and b/Content/Items/Weapons/TitanicRepeater.png differ