From efd4f4a94d351ae1aec3261df2857638b600c08d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 20:56:28 -0300 Subject: Lower minimum players on Candor Fight from 3 to 2, which is the absolute min. --- npc/006-1/crazyfefe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index f43b01742..e120c2db1 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -160,7 +160,7 @@ function Challenge { } function StartFight { - if (getmapusers("006-1") < 3 && !$@GM_OVERRIDE) { + if (getmapusers("006-1") < 2 && !$@GM_OVERRIDE) { mapannounce("006-1", "Oh noes! There's not enough players. Fight aborted, no refunds!", bc_map); CleanUp(); } -- cgit v1.2.3-60-g2f50