summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/kami.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index b4f23dd6b..c21fb9bad 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -50,24 +50,3 @@ function script kamibroadcast {
return;
}
-
-// Required for GM use in 2019-04-27
-- script @mkdbg 32767,{
- end;
-
-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);
- kamibroadcast("Come, my minions! Lay siege to towns! LEAVE NO OPPOSITION TO ME!", "Monster King");
- sleep(2500);
- kamibroadcast("Burn, destroy, do whatever you need, until your last breath, my lieutenants and colonels!", "Monster King");
- sleep(2500);
- kamibroadcast("##4 .:: Game Story Instructions on #world ::.");
- channelmes("#world", "##1 **GAME STORY CHANGE** - The Monster King minions will now attack cities and lay waste to them.");
- channelmes("#world", "##1 Players must defeat the lieutenants and colonels in order to prevent sieges from continuing.");
- end;
-}
-