hotfix: rename RoyalGel to ExquisiteGel and update localization accordingly

This commit is contained in:
Muhammad Nauman Raza 2024-11-10 21:57:45 +00:00
parent 3e8dd0f23c
commit d2b1a044a4
Signed by: devraza
GPG key ID: 91EAD6081011574B
3 changed files with 4 additions and 8 deletions

View file

@ -4,7 +4,7 @@ using Terraria.ModLoader;
namespace Continuity.Content.Items namespace Continuity.Content.Items
{ {
public class RoyalGel : ModItem public class ExquisiteGel : ModItem
{ {
public override void SetDefaults() public override void SetDefaults()
{ {

View file

Before

Width:  |  Height:  |  Size: 710 B

After

Width:  |  Height:  |  Size: 710 B

View file

@ -8,12 +8,8 @@ Items: {
DisplayName: Palishade Tissue DisplayName: Palishade Tissue
} }
RoyalGel: { ExquisiteGel: {
Tooltip: Tooltip: "[c/4572e3:A refined type of gel featured within slime royalty.]"
''' DisplayName: Exquisite Gel
[c/4572e3:A refined type of gel featured within slime royalty.]
'''
DisplayName: Royal Gel
} }
} }