Updated Necrosis Stone's sprite.

This commit is contained in:
FyloZ 2020-06-30 15:08:49 -04:00
parent 430163f6a1
commit 9dd0986d18
2 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@ namespace Decimation.Content.Items.Accessories
protected override void InitAccessory()
{
item.width = 20;
item.height = 20;
item.width = 32;
item.height = 32;
item.rare = Rarity.Rainbow.GetRarityValue();
this.item.value = Item.buyPrice(0, 5);
this.item.expert = true;
item.value = Item.buyPrice(gold: 5);
item.expert = true;
}
public override void UpdateAccessory(Player player, bool hideVisual)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 471 B