mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
examine only single document
This commit is contained in:
@@ -182,6 +182,8 @@ if (_canDo) then {
|
|||||||
_outputWeapons = [_selectedWeapon];
|
_outputWeapons = [_selectedWeapon];
|
||||||
_selectedMag = _selectedRecipeOutput call BIS_fnc_selectRandom;
|
_selectedMag = _selectedRecipeOutput call BIS_fnc_selectRandom;
|
||||||
_selectedRecipeOutput = [_selectedMag];
|
_selectedRecipeOutput = [_selectedMag];
|
||||||
|
// exit loop
|
||||||
|
_craft_doLoop = false;
|
||||||
};
|
};
|
||||||
{
|
{
|
||||||
player addWeapon _x;
|
player addWeapon _x;
|
||||||
|
|||||||
Reference in New Issue
Block a user