More PVS/PVC Stuff

This commit is contained in:
Skaronator
2014-01-16 14:39:53 +01:00
parent a363400d64
commit 40e4239d42
12 changed files with 100 additions and 29 deletions

View File

@@ -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;
};

View File

@@ -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;
};