mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 09:30:49 +03:00
More PVS/PVC Stuff
This commit is contained in:
@@ -56,7 +56,6 @@ if (_finished) then {
|
||||
//Self Healing
|
||||
_id = [player,player] execVM "\z\addons\dayz_code\medical\publicEH\medMorphine.sqf";
|
||||
} else {
|
||||
//PVDZE_plr_HumanityChange = [player,50];
|
||||
[player,50] call player_humanityChange;
|
||||
};
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@ if(_num_removed == 1) then {
|
||||
//Self Healing
|
||||
_id = [player,player] execVM "\z\addons\dayz_code\medical\publicEH\medPainkiller.sqf";
|
||||
} else {
|
||||
//PVDZE_plr_HumanityChange = [player,20];
|
||||
[player,20] call player_humanityChange;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user