Not Serverside...

This commit is contained in:
He-Man 2018-01-15 18:55:44 +01:00
parent f34ff90390
commit d3e9b880a0

View File

@ -20,5 +20,6 @@ if (_player distance _unit > 20) exitWith{};
// TODO configize
if (typeOf _unit == "Jack_SIM_EPOCH") then {
deleteVehicle _unit;
["JackKit", 1] call EPOCH_fnc_addMagazineOverflow;
// TODO handle overflow
_player addMagazine["JackKit", 1];
};