This commit is contained in:
HARLAN
2013-11-26 18:25:11 -05:00
parent 9936b4645b
commit 34c40e2919

View File

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