chore: ExquisiteGel
is no longer just a placeholder
This commit is contained in:
parent
5af5720c0f
commit
fd5aa3cf52
1 changed files with 2 additions and 4 deletions
|
@ -8,13 +8,11 @@ namespace Continuity.Content.Items
|
|||
{
|
||||
public override void SetDefaults()
|
||||
{
|
||||
// Placeholder 'Royal Gel' item
|
||||
Item.width = 1;
|
||||
Item.height = 1;
|
||||
Item.width = 26;
|
||||
Item.height = 28;
|
||||
Item.maxStack = 999;
|
||||
Item.value = Item.buyPrice(silver: 2);
|
||||
Item.rare = ItemRarityID.Blue;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue