Updated Necrosis Stone's sprite.
This commit is contained in:
parent
430163f6a1
commit
9dd0986d18
@ -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 |
Loading…
Reference in New Issue
Block a user