This commit is contained in:
[VB]AWOL
2013-12-05 07:35:34 -06:00
parent 7a2ce76e5e
commit f2d4f5f183
3 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
private ["_started","_finished","_animState","_isMedic","_id","_unit"];
disableserialization;
_unit = (_this select 3) select 0;
call fnc_usec_medic_removeActions;

View File

@@ -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];

View File

@@ -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;