Files
DayZ-Epoch/Server Files/Archive/dayz_code/medical/publicEH/animHealed.sqf

10 lines
185 B
Plaintext

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