Browse Source

[fixed] Wrong privce for Ferrari on action button

KevinSmarts 3 years ago
parent
commit
851ef580d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/autosalonF.qsrc

+ 1 - 1
locations/autosalonF.qsrc

@@ -156,7 +156,7 @@ if $ARGS[0] = 'manager1':
 		end
 
 		if karta + bankDebtLimit >= 20000000:
-			act 'Buy a Ferrari 458 Italia (10,000,000 <b>₽</b>)':gt 'autosalonF', 'buy', 20000000, 'Ferrari 458 Italia', 112, 10000
+			act 'Buy a Ferrari 458 Italia (20,000,000 <b>₽</b>)':gt 'autosalonF', 'buy', 20000000, 'Ferrari 458 Italia', 112, 10000
 		end
 	end
 end