mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 17:42:01 +03:00
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
// animHealed.sqf
|
|
|
|
private ["_unit"];
|
|
_unit = _this select 0;
|
|
|
|
_unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
|
|
if (_unit == player) then {
|
|
r_player_unconscious = false;
|
|
r_player_injured = false;
|
|
}; |