hotfix: width
and height
for Geltana
This commit is contained in:
parent
91359f6368
commit
5af5720c0f
2 changed files with 2 additions and 2 deletions
|
@ -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 |
Reference in a new issue