mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-26 03:36:02 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
9
SQF/dayz_code/medical/publicEH/animHealed.sqf
Normal file
9
SQF/dayz_code/medical/publicEH/animHealed.sqf
Normal file
@@ -0,0 +1,9 @@
|
||||
// animHealed.sqf
|
||||
|
||||
_unit = _this select 0;
|
||||
|
||||
_unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
|
||||
if (_unit == player) then {
|
||||
r_player_unconscious = false;
|
||||
r_player_injured = false;
|
||||
};
|
||||
Reference in New Issue
Block a user