mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Complete #941 - Not Tested
This commit is contained in:
@@ -59,12 +59,9 @@ if (_finished) then {
|
||||
_id = [player,player] execVM "\z\addons\dayz_code\medical\publicEH\medBandaged.sqf";
|
||||
dayz_sourceBleeding = objNull;
|
||||
} else {
|
||||
usecBandage = [_unit,player];
|
||||
publicVariable "usecBandage";
|
||||
/* WIP - PVS/PVC - Skaronator
|
||||
/* PVS/PVC - Skaronator */
|
||||
PVDZE_send = [_unit,"Bandage",[_unit,player]];
|
||||
publicVariableServer "PVDZE_send";
|
||||
*/
|
||||
[player,20] call player_humanityChange;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user