hotfix: width and height for Geltana

This commit is contained in:
Muhammad Nauman Raza 2024-11-11 18:53:50 +00:00
parent 91359f6368
commit 5af5720c0f
Signed by: devraza
GPG key ID: 91EAD6081011574B
2 changed files with 2 additions and 2 deletions

View file

@ -24,8 +24,8 @@ namespace continuity.Content.Items
Item.DamageType = DamageClass.Melee; Item.DamageType = DamageClass.Melee;
Item.useTime = 13; Item.useTime = 13;
Item.damage = 24; Item.damage = 24;
Item.width = 27; Item.width = 54;
Item.height = 70; Item.height = 106;
Item.value = Item.buyPrice(gold: 15); Item.value = Item.buyPrice(gold: 15);
Item.rare = ItemRarityID.Blue; Item.rare = ItemRarityID.Blue;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 914 B