diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 20:56:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 20:56:28 -0300 |
commit | efd4f4a94d351ae1aec3261df2857638b600c08d (patch) | |
tree | d03e8eeb3a88efc8791654c81e17e682a1074da3 /npc | |
parent | a2b987c18639cf352839e6d726907350664d6d3e (diff) | |
download | serverdata-efd4f4a94d351ae1aec3261df2857638b600c08d.tar.gz serverdata-efd4f4a94d351ae1aec3261df2857638b600c08d.tar.bz2 serverdata-efd4f4a94d351ae1aec3261df2857638b600c08d.tar.xz serverdata-efd4f4a94d351ae1aec3261df2857638b600c08d.zip |
Lower minimum players on Candor Fight from 3 to 2, which is the absolute min.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |