diff --git a/Content/Items/Weapons/Bloodshot/Umbra.cs b/Content/Items/Weapons/Bloodshot/Umbra.cs index f4a9088..2798265 100644 --- a/Content/Items/Weapons/Bloodshot/Umbra.cs +++ b/Content/Items/Weapons/Bloodshot/Umbra.cs @@ -14,13 +14,12 @@ namespace Decimation.Content.Items.Weapons.Bloodshot protected override string ItemTooltip => "Turns wooden arrows into siphon arrows."; protected override DamageType DamagesType => DamageType.Ranged; protected override int Damages => 20; - protected override string ProjectileName => "WoodenArrowFriendly"; - protected override bool VanillaProjectile => true; + protected override int ProjectileId => ProjectileID.WoodenArrowFriendly; protected override void InitWeapon() { - item.width = 20; - item.height = 20; + item.width = 22; + item.height = 38; item.value = Item.buyPrice(0, 2); item.rare = Rarity.Green.GetRarityValue(); item.useAmmo = AmmoID.Arrow; diff --git a/Content/Items/Weapons/Bloodshot/Umbra.png b/Content/Items/Weapons/Bloodshot/Umbra.png index 36996cb..6cef2ac 100644 Binary files a/Content/Items/Weapons/Bloodshot/Umbra.png and b/Content/Items/Weapons/Bloodshot/Umbra.png differ