mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Don't redefine vehicle EH
doing so breaks the destruction fix
This commit is contained in:
@@ -239,12 +239,6 @@ class Ship : AllVehicles
|
|||||||
"GetOutLow"
|
"GetOutLow"
|
||||||
};
|
};
|
||||||
precision = 10;
|
precision = 10;
|
||||||
class Eventhandlers : DefaultEventhandlers
|
|
||||||
{
|
|
||||||
};
|
|
||||||
class DestructionEffects
|
|
||||||
{
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
class SmallShip: Ship
|
class SmallShip: Ship
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -361,8 +361,6 @@ class CfgVehicles {
|
|||||||
minFov = 0.466;
|
minFov = 0.466;
|
||||||
maxFov = 0.466;
|
maxFov = 0.466;
|
||||||
};
|
};
|
||||||
class DefaultEventhandlers;
|
|
||||||
class Eventhandlers: DefaultEventhandlers{};
|
|
||||||
smokeLauncherGrenadeCount = 6;
|
smokeLauncherGrenadeCount = 6;
|
||||||
smokeLauncherVelocity = 15;
|
smokeLauncherVelocity = 15;
|
||||||
smokeLauncherOnTurret = 1;
|
smokeLauncherOnTurret = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user