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()
|
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 |
Loading…
Reference in New Issue
Block a user