Updated Molten Key's sprite.

This commit is contained in:
FyloZ 2020-06-30 15:44:34 -04:00
parent 689c73d0bd
commit 186e69d9a5
2 changed files with 2 additions and 3 deletions

View File

@ -14,12 +14,11 @@ namespace Decimation.Content.Items.Boss.Arachnus
protected override void Init() protected override void Init()
{ {
item.width = 20; item.width = 20;
item.height = 20; item.height = 36;
item.consumable = true; item.consumable = true;
item.value = Item.buyPrice(0, 45); item.value = Item.buyPrice(0, 45);
item.rare = Rarity.Red.GetRarityValue(); item.rare = Rarity.Red.GetRarityValue();
item.maxStack = 1;
this.item.maxStack = 1;
} }
public class DropFromMoonLord : GlobalNPC public class DropFromMoonLord : GlobalNPC

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 469 B