diff --git a/Content/Items/ExquisiteGel.cs b/Content/Items/ExquisiteGel.cs index 36f28c3..fb981d4 100644 --- a/Content/Items/ExquisiteGel.cs +++ b/Content/Items/ExquisiteGel.cs @@ -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; } - } }