summaryrefslogtreecommitdiff
path: root/npc/023-2/mk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/023-2/mk.txt')
-rw-r--r--npc/023-2/mk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt
index facdac748..4ad2d3eb1 100644
--- a/npc/023-2/mk.txt
+++ b/npc/023-2/mk.txt
@@ -9,6 +9,7 @@
end;
OnTouch:
+ npctalk3 get_race() + "!";
percentheal -100, -100;
end;
@@ -67,6 +68,10 @@ L_Finish2:
maptimer("023-2", 10, "The Monster King#NLib::OnReturn");
channelmes("#world", "*FINAL SCORE - PLAYERS "+.victory_count+" : "+.defeat_count+" MONSTERS*");
+ // Game Storyline advances: The Town Blockade Stage is now over
+ $GAME_STORYLINE=1;
+ $MK_TEMP=gettimeparam(GETTIME_DAYOFMONTH)+rand(30,35);
+
// Clean up the event
$NIVALIS_LIBDATE=gettimetick(2);
$NLIB_DAY=0;