mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
9 lines
184 B
Plaintext
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;
|
|
}; |