diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index d8c7a92b6..ea3af169e 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -393,7 +393,7 @@ OnTimer90000: .score+=.users; // Do event (lasts 45 minutes) - if (!.event && !$@MK_SCENE && .score > 300 && (.users >= 3 || $@GM_OVERRIDE)) { + if (!.event && !$@MK_SCENE && !$@GM_EVENT && .score > 300 && (.users >= 3 || $@GM_OVERRIDE)) { /* Reserve Aeros */ $@MK_SCENE=MK_LOCKED; /* Setup the event */ |