mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixes part 2
This commit is contained in:
parent
8e614b0b78
commit
98741939e1
@ -29,7 +29,9 @@ private ["_bar","_bar_compare","_color","_colorCompare","_container","_display",
|
||||
disableSerialization;
|
||||
|
||||
EPOCH_InteractedItem = [];
|
||||
EPOCH_lastContainer = _this select 1;
|
||||
params ["_unit","_targetContainer","_secondaryContainer"];
|
||||
EPOCH_targetContainer = _targetContainer;
|
||||
EPOCH_secondaryContainer = _secondaryContainer;
|
||||
|
||||
waitUntil {!isNull findDisplay 602};
|
||||
_display = (findDisplay 602);
|
||||
|
@ -36,6 +36,7 @@ _idc = ctrlIDC _control;
|
||||
_text = _control lbText _index;
|
||||
_data = _control lbData _index;
|
||||
_pic = _control lbPicture _index;
|
||||
_val = _control lbValue _index;
|
||||
|
||||
_craftingArray = [];
|
||||
_craftingArrayNames = [];
|
||||
|
Loading…
Reference in New Issue
Block a user