Fix upgraded VWGolf maxSpeed

Thanks @McKeighan https://github.com/vbawol/DayZ-Epoch/pull/1530
This commit is contained in:
ebaydayz
2016-02-16 12:44:02 -05:00
parent 0753b27341
commit 05b2f15e93

View File

@@ -494,7 +494,7 @@ class VWGolf : Car {
// Performance 1 // Performance 1
class VWGolf_DZE1: VWGolf { class VWGolf_DZE1: VWGolf {
maxspeed = 150; // max engine limit 125-130 maxSpeed = 260; // VW maxspeed from above =241
terrainCoef = 2.5; terrainCoef = 2.5;
class Upgrades { class Upgrades {
@@ -565,5 +565,5 @@ class VWGolf_DZE3: VWGolf_DZE2 {
// Fuel 4 // Fuel 4
class VWGolf_DZE4: VWGolf_DZE3 { class VWGolf_DZE4: VWGolf_DZE3 {
fuelCapacity = 210; // car 100 fuelCapacity = 150; // car 100
}; };