summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/event.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 89c02ee03..0203cf641 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -294,7 +294,7 @@ OnClock0000:
debugmes "EVENT CORE, the %02d/%02d", .@d, .@m;
// Is there another event this week?
- if (.@o == MONDAY) {
+ if (!debug && !$HARDCORE && .@o == MONDAY) {
.@dofy=true;
.@confname$=".conf_"+.@m;