mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
spacing
This commit is contained in:
@@ -8,7 +8,7 @@ if (count _this > 2) then {
|
||||
_lifecheck=_this select 2
|
||||
};
|
||||
_int=_int min 3;
|
||||
if (!((_v isKindOf"Air") OR {((_v isKindOf "LandVehicle") OR {(_v isKindOf "Ship")})}))exitWith{};
|
||||
if (!((_v isKindOf "Air") OR {((_v isKindOf "LandVehicle") OR {(_v isKindOf "Ship")})}))exitWith{};
|
||||
_effect2pos=_v selectionposition"destructionEffect2";
|
||||
while {_int>1} do {
|
||||
_int=_int-1;
|
||||
|
||||
Reference in New Issue
Block a user