diff options
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r-- | npc/commands/kami.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 23120ba5c..b4f23dd6b 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -54,8 +54,10 @@ function script kamibroadcast { // Required for GM use in 2019-04-27 - script @mkdbg 32767,{ end; -OnMsg1to2: - sleep(3600000); + +OnClock1415: + if (!$@GM_DEBUGMK20190426) + end; // Game Story Change: Idle MK -> Active MK kamibroadcast("I can't handle it anymore! NO MORE!", "Monster King"); sleep(2500); |