fix polymorph command help text (#16713)
* fix polymorph command help text * fix addpolymorphaction help text
This commit is contained in:
@@ -12,7 +12,7 @@ public sealed class AddPolymorphActionCommand : IConsoleCommand
|
||||
|
||||
public string Description => Loc.GetString("add-polymorph-action-command-description");
|
||||
|
||||
public string Help => Loc.GetString("add-polymorph-action-command-help");
|
||||
public string Help => Loc.GetString("add-polymorph-action-command-help-text");
|
||||
|
||||
public void Execute(IConsoleShell shell, string argStr, string[] args)
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@ public sealed class PolymorphCommand : IConsoleCommand
|
||||
|
||||
public string Description => Loc.GetString("polymorph-command-description");
|
||||
|
||||
public string Help => Loc.GetString("polymorph-command-help");
|
||||
public string Help => Loc.GetString("polymorph-command-help-text");
|
||||
|
||||
public void Execute(IConsoleShell shell, string argStr, string[] args)
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
polymorph-command-description = For when you need someone to stop being a person. Takes an entity and a polymorph prototype.
|
||||
polymorph-command-help-text = polymorph <id> <polymorph prototype
|
||||
polymorph-command-help-text = polymorph <id> <polymorph prototype>
|
||||
|
||||
add-polymorph-action-command-description = Takes an entity and gives them a voluntary polymorph.
|
||||
add-polymorph-action-command-help-text = addpolymorphaction <id> <polymorph prototype
|
||||
add-polymorph-action-command-help-text = addpolymorphaction <id> <polymorph prototype>
|
||||
|
||||
|
||||
polymorph-not-valid-prototype-error = Polymorph prototype is not valid.
|
||||
Reference in New Issue
Block a user