From c816dc5a78821bae5a63e27fb64de792a1f49970 Mon Sep 17 00:00:00 2001 From: Stev Date: Mon, 17 Jun 2019 18:53:26 +0100 Subject: [PATCH] 50% less business payout in other cities --- gamemodes/irresistible/cnr/features/business/business.pwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gamemodes/irresistible/cnr/features/business/business.pwn b/gamemodes/irresistible/cnr/features/business/business.pwn index 70ad150..12922e7 100644 --- a/gamemodes/irresistible/cnr/features/business/business.pwn +++ b/gamemodes/irresistible/cnr/features/business/business.pwn @@ -1761,6 +1761,9 @@ stock GetProductPrice( businessid, bool: hardened = false ) if ( strmatch( szCity, "San Fierro" ) ) { price *= 1.10; } + else { + price *= 0.50; + } // hardened with vehicle, 25% more profit if ( hardened ) {