mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
0.69 + 1.7.5.M1D15
This commit is contained in:
@@ -38,14 +38,12 @@ if (_finished) then {
|
||||
//Self Healing
|
||||
_id = [player,player] execVM "\z\addons\dayz_code\medical\publicEH\medMorphine.sqf";
|
||||
} else {
|
||||
dayzHumanity = [player,50];
|
||||
_id = dayzHumanity spawn player_humanityChange;
|
||||
["dayzHumanity",[player,50]] call dayzHumanity_code;
|
||||
};
|
||||
|
||||
player removeMagazine "ItemMorphine";
|
||||
|
||||
usecMorphine = [_unit,player];
|
||||
publicVariable "usecMorphine";
|
||||
["usecMorphine",[_unit,player]] call broadcastRpcCallAll;
|
||||
} else {
|
||||
r_interrupt = false;
|
||||
[objNull, player, rSwitchMove,""] call RE;
|
||||
|
||||
Reference in New Issue
Block a user