50% less business payout in other cities
This commit is contained in:
parent
23f530940b
commit
c816dc5a78
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user