mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
Remove vehicle speed check from evr storm
This commit is contained in:
@@ -396,7 +396,7 @@ fnc_evr = {
|
|||||||
[objNull, player, rSwitchMove, "AcinPercMrunSnonWnonDf_agony"] call RE;
|
[objNull, player, rSwitchMove, "AcinPercMrunSnonWnonDf_agony"] call RE;
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
if (DZE_EVRHandleVehicles && {isEngineOn _vehicle && ((speed _vehicle) > 10)}) then {
|
if (DZE_EVRHandleVehicles && {isEngineOn _vehicle}) then {
|
||||||
local _fuel = fuel _vehicle;
|
local _fuel = fuel _vehicle;
|
||||||
_vehicle setFuel 0;
|
_vehicle setFuel 0;
|
||||||
player action ["engineOff",_vehicle];
|
player action ["engineOff",_vehicle];
|
||||||
|
|||||||
Reference in New Issue
Block a user