From 9fd63b70c140a0b698a4b2eef302c858adc7f1c2 Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Mon, 15 Oct 2018 21:28:26 +1100 Subject: [PATCH] 2000 per facility spawn --- gamemodes/irresistible/cnr/features/gangs/facilities.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/features/gangs/facilities.pwn b/gamemodes/irresistible/cnr/features/gangs/facilities.pwn index 28b6c11..84ba419 100644 --- a/gamemodes/irresistible/cnr/features/gangs/facilities.pwn +++ b/gamemodes/irresistible/cnr/features/gangs/facilities.pwn @@ -14,7 +14,7 @@ #define MAX_FACILITIES ( 32 ) #define MAX_FACILITY_BOMB ( 2 ) -#define FACILITY_SPAWN_FEE ( 500 ) +#define FACILITY_SPAWN_FEE ( 2000 ) #define FACILITY_AMMU_RESPECT ( 75000.0 ) #define FACILITY_BLOWUP_TIME ( 10 )