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 e99a57410..b775f79d9 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -169,9 +169,9 @@ OnTimer90000: end; .users=getusers(1); .score+=.users; - .quota = limit(300, 500 - (.users * 25), 500); + .quota = limit(300, 500 - (.users * 20), 500); if ($GAME_STORYLINE >= 5) - .quota = .quota * 5 / 2; // De-accelerate the rate on which these happen + .quota = .quota * 55 / 20; // De-accelerate the rate on which these happen // Do event (lasts 45 minutes) if (!.event && !$@MK_SCENE && !$@GM_EVENT && .score > .quota && (.users >= 4 || $@GM_OVERRIDE)) { |