From 1c44255336d372f4c00b34a8566c88c164a8cc43 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Aug 2020 02:35:23 -0300 Subject: Allow @kytty to use `@gm` Drop pin code requeriment for Test Server --- npc/commands/super-menu.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/commands') diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 33e768dce..51e800a78 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -68,8 +68,10 @@ OnCall: OnGM: mesc ".:: GM Auth ::.", 1; mesc "--- System Login ---"; - if (!validatepin()) - close; + if (!debug) { + if (!validatepin()) + close; + } .@auth=true; // NOTE: Pihro and Pyndragon do not have player chars if (strcharinfo(0) == "Jesusalva") { @@ -87,6 +89,8 @@ OnGM: atcommand("#adjgroup Kolchak 5"); } else if (strcharinfo(0) == "MuaHaHaHaHa" && debug) { atcommand("#adjgroup MuaHaHaHaHa 5"); + } else if (strcharinfo(0) == "kytty" && debug) { + atcommand("#adjgroup kytty 5"); //} else if (strcharinfo(0) == "Former_Cordo") { // atcommand("#adjgroup 60 Former_Cordo"); } else { -- cgit v1.2.3-60-g2f50