Push #941 - Morphine

This commit is contained in:
Skaronator
2014-01-11 20:27:27 +01:00
parent bec3f71fc9
commit e422df8fc0
3 changed files with 11 additions and 5 deletions

View File

@@ -60,10 +60,13 @@ if (_finished) then {
[player,50] call player_humanityChange;
};
//["usecMorphine",[_unit,player]] call broadcastRpcCallAll;
//DayZ CE: PublicVariables are removed in DayZ CE -> Could we also do here - Commit by Skaronator
usecMorphine = [_unit,player];
publicVariable "usecMorphine";
/* WIP - PVS/PVC - Skaronator
PVDZE_send = [_unit,"Morphine",[_unit,player]];
publicVariableServer "PVDZE_send";
*/
};
} else {
r_interrupt = false;