summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/super-menu.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt
index eb47dae8b..11fa3988b 100644
--- a/npc/commands/super-menu.txt
+++ b/npc/commands/super-menu.txt
@@ -72,9 +72,12 @@ OnGM:
close;
if (strcharinfo(0) == "Jesusalva") {
atcommand("#adjgroup 99 Jesusalva");
- }
- else if (strcharinfo(0) == "Saulc") {
+ } else if (strcharinfo(0) == "Saulc") {
atcommand("#adjgroup 99 Saulc");
+ } else if (strcharinfo(0) == "seeds") {
+ atcommand("#adjgroup 60 seeds");
+ } else if (strcharinfo(0) == "demure") {
+ atcommand("#adjgroup 80 demure");
} else {
dispbottom l("Your privileges do not allow you to use this command.");
}