hotfix: rename RoyalGel
to ExquisiteGel
and update localization accordingly
This commit is contained in:
parent
3e8dd0f23c
commit
d2b1a044a4
3 changed files with 4 additions and 8 deletions
|
@ -4,7 +4,7 @@ using Terraria.ModLoader;
|
|||
|
||||
namespace Continuity.Content.Items
|
||||
{
|
||||
public class RoyalGel : ModItem
|
||||
public class ExquisiteGel : ModItem
|
||||
{
|
||||
public override void SetDefaults()
|
||||
{
|
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 710 B |
|
@ -8,12 +8,8 @@ Items: {
|
|||
DisplayName: Palishade Tissue
|
||||
}
|
||||
|
||||
RoyalGel: {
|
||||
Tooltip:
|
||||
'''
|
||||
[c/4572e3:A refined type of gel featured within slime royalty.]
|
||||
'''
|
||||
DisplayName: Royal Gel
|
||||
ExquisiteGel: {
|
||||
Tooltip: "[c/4572e3:A refined type of gel featured within slime royalty.]"
|
||||
DisplayName: Exquisite Gel
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue