0.69 + 1.7.5.M1D15

This commit is contained in:
vbawol
2013-01-18 12:25:49 -06:00
parent 662d62d781
commit 4cab61bf63
81 changed files with 1061 additions and 532 deletions

View File

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