From 18dca656f6803bae7de67c7106ef6f1de5a034fb Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 28 Oct 2013 23:27:29 -0500 Subject: [PATCH] not used commented out --- SQF/dayz_code/compile/fn_damageActions.sqf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/compile/fn_damageActions.sqf b/SQF/dayz_code/compile/fn_damageActions.sqf index f2466f1a3..ebdb5c823 100644 --- a/SQF/dayz_code/compile/fn_damageActions.sqf +++ b/SQF/dayz_code/compile/fn_damageActions.sqf @@ -178,6 +178,7 @@ if (!isNull _menClose and _hasPatient and !r_drag_sqf and !r_action and !_inVehi }; }; + /* if ((_unit isKindOf "Building")) then { _type = TypeOf(_unit); _typeVeh = getText(configFile >> "cfgVehicles" >> _type >> "displayName"); @@ -204,6 +205,7 @@ if (!isNull _menClose and _hasPatient and !r_drag_sqf and !r_action and !_inVehi r_player_actions set [count r_player_actions,_action]; }; }; + */ if (r_action) then { r_action_targets = r_action_targets + [_unit]; };