summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/023-2/mk.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt
index 9253f679f..8b2b789cc 100644
--- a/npc/023-2/mk.txt
+++ b/npc/023-2/mk.txt
@@ -99,7 +99,7 @@ OnTimer3000:
} else if (.wcycle % 30 == 18) {
areamonster "023-2", 21, 109, 31, 114, "Monster", any(BlackSlime, BlueSlime, SlimeBlast), 1; // PS. Drop “Demure Dark Soul” ¬.¬
} else if (.wcycle % 60 == 0) {
- mapannounce "023-2", str(.wcycle/60)+" minute(s) remaining";
+ mapannounce "023-2", str(.wcycle/60)+" minute(s) remaining", 0;
}
if (.wcycle >= 900) goto L_Finish;
initnpctimer;