Added 5th engine level

Fix for vehicles that has 5 engine upgrades, example `shinobi`
Prevents errors
This commit is contained in:
iSentrie
2023-01-09 11:29:25 +02:00
committed by GitHub
parent 6dffa70a76
commit c75e3a1400
+2 -2
View File
@@ -483,13 +483,13 @@ Config.Menus = {
label = TranslateCap('engine'),
parent = 'upgrades',
modType = 11,
price = {13.95, 32.56, 65.12, 139.53}
price = {13.95, 27.9, 55.8, 111.6, 139.53}
},
modBrakes = {
label = TranslateCap('brakes'),
parent = 'upgrades',
modType = 12,
price = {4.65, 9.3, 18.6, 13.95}
price = {4.65, 9.3, 13.95, 18.6}
},
modTransmission = {
label = TranslateCap('transmission'),