Update to Core Patch BIS_Effects

This commit is contained in:
icomrade
2017-02-13 18:15:15 -05:00
parent e2742ed18a
commit 28fa8ef31e
4 changed files with 107 additions and 56 deletions

View File

@@ -17,7 +17,7 @@ if (!DZE_NoVehicleExplosions) then {
["Eject", _v] call BIS_Effects_globalEvent;
if ((random _int)>2.2) then
{
_b = createVehicle ["SmallSecondary", (getPosATL _v), [], 0, "CAN_COLLIDE"];
_b = "SmallSecondary" createvehicle (getpos _v);
};
};
} else {