Updated Molten Key's sprite.
This commit is contained in:
parent
689c73d0bd
commit
186e69d9a5
@ -14,12 +14,11 @@ namespace Decimation.Content.Items.Boss.Arachnus
|
||||
protected override void Init()
|
||||
{
|
||||
item.width = 20;
|
||||
item.height = 20;
|
||||
item.height = 36;
|
||||
item.consumable = true;
|
||||
item.value = Item.buyPrice(0, 45);
|
||||
item.rare = Rarity.Red.GetRarityValue();
|
||||
|
||||
this.item.maxStack = 1;
|
||||
item.maxStack = 1;
|
||||
}
|
||||
|
||||
public class DropFromMoonLord : GlobalNPC
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 469 B |
Loading…
Reference in New Issue
Block a user