mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-26 03:36:02 +03:00
Merge selfbloodbag and self_transfuse
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// called by PublicVariableEventHandler "PVCDZ_hlt_Epi", received from the server,
|
||||
// because another player sent a PVDZ_send = [_unit,"Epinephrine",[_unit,player,"ItemEpinephrine"]];
|
||||
|
||||
_array = _this; //_this select 0;
|
||||
_unit = _array select 0; // healed
|
||||
_medic = _array select 1; // healer
|
||||
@@ -12,4 +13,4 @@ if (_unit == player and !(_unit getVariable["USEC_isDead",false]) and _medic !=
|
||||
_unit setVariable ["NORRN_unconscious", false, false]; r_player_unconscious = false;
|
||||
_unit setVariable ["USEC_isCardiac",false, false]; r_player_cardiac = false;
|
||||
//AmovPpneMstpSnonWnonDnon_healed
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user