diff options
-rw-r--r-- | npc/functions/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 33bc9cc61..bf4aab9a6 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -392,10 +392,10 @@ OnTimer90000: end; .users=getusers(1); .score+=.users; - .quota = limit(300, 400 - (.users * 20), 400); + .quota = limit(300, 500 - (.users * 25), 500); // Do event (lasts 45 minutes) - if (!.event && !$@MK_SCENE && !$@GM_EVENT && .score > .quota && (.users >= 3 || $@GM_OVERRIDE)) { + if (!.event && !$@MK_SCENE && !$@GM_EVENT && .score > .quota && (.users >= 4 || $@GM_OVERRIDE)) { /* Reserve Aeros */ $@MK_SCENE=MK_LOCKED; /* Setup the event */ |