From d85f39571ec0db0f2d5d63b98baca50256f6d8b0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 Jul 2020 19:38:24 -0300 Subject: Register seeds and demure as well --- npc/commands/super-menu.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/commands') 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."); } -- cgit v1.2.3-60-g2f50