Files
DayZ-Epoch/dayz_code/medical/publicEH/animHealed.sqf
Aaron Clark 76e9a0582e 0.1
2012-11-04 20:28:50 -06:00

9 lines
184 B
Plaintext

// animHealed.sqf
_unit = _this select 0;
_unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
if (_unit == player) then {
r_player_unconscious = false;
r_player_injured = false;
};