summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-02 14:13:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-02 14:13:30 -0300
commita7c6455fc6eb0becd3d363db7fe008bb59347a21 (patch)
tree010141275a1131998c0ea31bc483002844f7f073 /npc/functions/event.txt
parentcedbd6e91f240259eefd166fb3988f5dd93cfb95 (diff)
downloadserverdata-a7c6455fc6eb0becd3d363db7fe008bb59347a21.tar.gz
serverdata-a7c6455fc6eb0becd3d363db7fe008bb59347a21.tar.bz2
serverdata-a7c6455fc6eb0becd3d363db7fe008bb59347a21.tar.xz
serverdata-a7c6455fc6eb0becd3d363db7fe008bb59347a21.zip
Allow Thanksgiving festivity to happen with only 3 players, instead of 4
Diffstat (limited to 'npc/functions/event.txt')
-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 c9368898f..961ba876b 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) {
+ if (!.event && !$@MK_SCENE && .score > 300 && .users >= 3) {
/* Reserve Aeros */
$@MK_SCENE=MK_LOCKED;
/* Setup the event */