diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-11-02 14:13:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-11-02 14:13:30 -0300 |
commit | a7c6455fc6eb0becd3d363db7fe008bb59347a21 (patch) | |
tree | 010141275a1131998c0ea31bc483002844f7f073 | |
parent | cedbd6e91f240259eefd166fb3988f5dd93cfb95 (diff) | |
download | serverdata-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
-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 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 */ |