mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 01:31:51 +03:00
Fix full toolbelt showing -2 tool slots in Adv. Trade
Correctly shows zero available tool slots when toolbelt, binocular and NVG slots are full now.
This commit is contained in:
@@ -50,7 +50,7 @@ if(_selection == 2) then{ //gear
|
||||
|
||||
_allowedBackpacks = 1 - _currentBackpacks;
|
||||
|
||||
_allowedTools = 12;
|
||||
_allowedTools = 14; // 12 toolbelt + 1 Binocular + 1 NVG
|
||||
|
||||
{
|
||||
_parentClasses = [(configFile >> "CfgWeapons" >> _x ),true] call BIS_fnc_returnParents;
|
||||
|
||||
Reference in New Issue
Block a user