mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 01:43:21 +03:00
0.69 + 1.7.5.M1D15
This commit is contained in:
@@ -15,12 +15,11 @@ if (_unit == player) then {
|
||||
//Self Healing
|
||||
_id = [player,player] execVM "\z\addons\dayz_code\medical\publicEH\medPainkiller.sqf";
|
||||
} else {
|
||||
dayzHumanity = [player,20];
|
||||
_id = dayzHumanity spawn player_humanityChange;
|
||||
["dayzHumanity",[player,20]] call dayzHumanity_code;
|
||||
};
|
||||
|
||||
player removeMagazine "ItemPainkiller";
|
||||
|
||||
sleep 1;
|
||||
usecPainK = [_unit,player];
|
||||
publicVariable "usecPainK";
|
||||
//clear the healed player's vision
|
||||
["usecPainK",[_unit,player]] call broadcastRpcCallAll;
|
||||
|
||||
Reference in New Issue
Block a user