From a7c6455fc6eb0becd3d363db7fe008bb59347a21 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 2 Nov 2021 14:13:30 -0300 Subject: Allow Thanksgiving festivity to happen with only 3 players, instead of 4 --- npc/functions/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/event.txt') 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 */ -- cgit v1.2.3-60-g2f50