summaryrefslogtreecommitdiff
path: root/npc/functions/gmbot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r--npc/functions/gmbot.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt
index 81bf977ce..2d7bbc2c7 100644
--- a/npc/functions/gmbot.txt
+++ b/npc/functions/gmbot.txt
@@ -171,8 +171,8 @@ OnTimer90000:
}
// Maybe, just maybe, game storyline must be updated here
- if ($GAME_STORYLINE == 1 && $MK_TEMP &&
- $MK_TEMP <= gettimeparam(GETTIME_DAYOFMONTH)) {
+ if ($GAME_STORYLINE == 1 && $MK_TEMPVAR &&
+ $MK_TEMPVAR <= gettimeparam(GETTIME_DAYOFMONTH)) {
// Game Story Change: Idle MK -> Active MK
kamibroadcast("I can't handle it anymore! NO MORE!", "Monster King");
sleep(2500);
@@ -186,7 +186,7 @@ OnTimer90000:
// Apply the changes
$GAME_STORYLINE=2;
- $MK_TEMP=0;
+ $MK_TEMPVAR=0;
}
// We're done, restart loop timer