Refactor set alert level command (#9794)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
cmd-setalertlevel-desc = Set current station alert level for grid on which the player is standing.
|
||||
cmd-setalertlevel-help = Usage: setalertlevel <level> [locked]
|
||||
cmd-setalertlevel-invalid-grid = You must be on grid of station code that you are going to change.
|
||||
cmd-setalertlevel-invalid-level = Specified alert level does not exist on that grid.
|
||||
|
||||
cmd-setalertlevel-hint-1 = <level>
|
||||
cmd-setalertlevel-hint-2 = [locked]
|
||||
@@ -14,6 +14,7 @@ shell-only-players-can-run-this-command = Only players can run this command.
|
||||
shell-need-exactly-one-argument = Need exactly one argument.
|
||||
shell-wrong-arguments-number-need-specific = Need {$properAmount} arguments, there were {$currentAmount}.
|
||||
shell-argument-must-be-number = Argument must be a number.
|
||||
shell-argument-must-be-boolean = Argument must be a boolean.
|
||||
shell-wrong-arguments-number = Wrong number of arguments.
|
||||
shell-need-between-arguments = Need {$lower} to {$upper} arguments!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user