From 550f1b84033d76325eb9ac9139f092704795e3d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 28 Jul 2021 21:22:50 -0300 Subject: Bugfixes. The annoying kind. --- npc/commands/numa.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/commands/numa.txt b/npc/commands/numa.txt index 3fc544eb..75ba1a0a 100644 --- a/npc/commands/numa.txt +++ b/npc/commands/numa.txt @@ -2,7 +2,7 @@ - script SuperDebug NPC32767,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) goto L_GM2; // make sure you can enter the gm lounge //if (target(BL_ID,getnpcid("Numa"),1)) goto L_Main; - //npcaction 6, 12; + showavatar 12; title "Numa"; goto L_Main; @@ -61,7 +61,7 @@ L_EasterDebug: // FIXME L_Event: - if (GM < EVT_DEBUG && GM < G_EVENT) goto L_GM; + if (!is_evtc()) goto L_GM; gmlog strcharinfo(0) + " accessed the GM event debug."; callfunc "GmDebug"; goto L_close; -- cgit v1.2.3-60-g2f50