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 ) {