mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix upgraded VWGolf maxSpeed
Thanks @McKeighan https://github.com/vbawol/DayZ-Epoch/pull/1530
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user