summaryrefslogtreecommitdiff
path: root/npc/commands/titulate.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/titulate.txt')
-rw-r--r--npc/commands/titulate.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/commands/titulate.txt b/npc/commands/titulate.txt
index 4e9358e0f..6ec8d6e26 100644
--- a/npc/commands/titulate.txt
+++ b/npc/commands/titulate.txt
@@ -1,7 +1,7 @@
// TMW2 Script
//
-// @grantpower <username>
-// Grants a legendary weapon to <username>. Cannot be undone.
+// @titulate <username>
+// Grants a title to <username>. Cannot be undone.
// Only way to bypass restrictions on legendary weapons.
- script @titulate 32767,{
@@ -10,6 +10,7 @@
OnCall:
.@request$ = "";
.@request$ += implode(.@atcmd_parameters$, " ");
+ .@request$ = strip(.@request$);
// No argument supplied
if (.@request$ == "") {
@@ -29,7 +30,7 @@ OnCall:
mes ".:: " + l("Titulation") + " ::.";
if (.@mine <= .@them || .@them < 0) {
- mesc l("You can only concede or vouch a title for people of academic rank smaller or equal to your own.");
+ mesc l("You can only concede or vouch a title for people of academic rank inferior than your own.");
close;
}