Merge pull request #49 from ItsStev/biz-change

Biz change
This commit is contained in:
Lorenc Pekaj 2019-06-18 12:43:32 +10:00 committed by GitHub
commit c619235d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1761,6 +1761,9 @@ stock GetProductPrice( businessid, bool: hardened = false )
if ( strmatch( szCity, "San Fierro" ) ) { if ( strmatch( szCity, "San Fierro" ) ) {
price *= 1.10; price *= 1.10;
} }
else {
price *= 0.50;
}
// hardened with vehicle, 25% more profit // hardened with vehicle, 25% more profit
if ( hardened ) { if ( hardened ) {