chore: ExquisiteGel is no longer just a placeholder

This commit is contained in:
Muhammad Nauman Raza 2024-11-11 18:54:39 +00:00
parent 5af5720c0f
commit fd5aa3cf52
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -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;
}
}
}