mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
private ["_started","_finished","_animState","_isMedic","_id","_unit"];
|
||||
|
||||
disableserialization;
|
||||
|
||||
_unit = (_this select 3) select 0;
|
||||
|
||||
call fnc_usec_medic_removeActions;
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
// bleed.sqf
|
||||
|
||||
private ["_started","_finished","_animState","_isMedic","_id","_num_removed","_unit"];
|
||||
|
||||
disableserialization;
|
||||
|
||||
_unit = (_this select 3) select 0;
|
||||
|
||||
_unit setVariable ["hit_legs",0];
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
// bleed.sqf
|
||||
|
||||
private ["_id","_unit","_num_removed"];
|
||||
|
||||
disableserialization;
|
||||
|
||||
_unit = (_this select 3) select 0;
|
||||
|
||||
|
||||
|
||||
call fnc_usec_medic_removeActions;
|
||||
r_action = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user