Remove vehicle speed check from evr storm

This commit is contained in:
A Man
2022-06-03 20:33:23 +02:00
parent a1aeef5773
commit eb98909f76

View File

@@ -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];