Merge pull request #1629 from Mikeeeyy/patch-13

Update bandage.sqf
This commit is contained in:
icomrade
2016-02-16 21:19:50 -05:00

View File

@@ -65,7 +65,7 @@ if (_finished) then {
[player,20] call player_humanityChange;
};
{_unit setVariable[_x,false,true];} count USEC_woundHit;
{_unit setVariable[_x,false,true];} count USEC_typeOfWounds;
_unit setVariable ["USEC_injured",false,true];
};
@@ -75,4 +75,4 @@ if (_finished) then {
[objNull, player, rSwitchMove,""] call RE;
player playActionNow "stop";
};
};
};