examine only single document

This commit is contained in:
[VB]AWOL
2013-10-31 18:57:30 -05:00
parent f8dde10b40
commit 6b290ab39f

View File

@@ -182,6 +182,8 @@ if (_canDo) then {
_outputWeapons = [_selectedWeapon];
_selectedMag = _selectedRecipeOutput call BIS_fnc_selectRandom;
_selectedRecipeOutput = [_selectedMag];
// exit loop
_craft_doLoop = false;
};
{
player addWeapon _x;