You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/014-events.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ do
112
112
ifnotskipSupplyCheckthen
113
113
thresholds=checkAllSupplyThresholds()
114
114
end
115
-
if_script.returnQueuedorthresholds.minor (xeno.getSelfCap() <_config['Capacity']['Hunt-Minimum']) or (_config['Soft Boots']['Mana-Percent'] >0andgetTotalItemCount(ITEMID.SOFTBOOTS_WORN) >0) then
115
+
if_script.returnQueuedorthresholds.minor (xeno.getSelfCap() <_config['Capacity']['Hunt-Minimum']andnotskipSupplyCheck) or (_config['Soft Boots']['Mana-Percent'] >0andgetTotalItemCount(ITEMID.SOFTBOOTS_WORN) >0andnotskipSupplyCheck) then
116
116
state='Walking to exit'
117
117
log('Returning to ' .._script.town..' to re-supply.' .. (_script.returnQueuedand' [forced]' or''))
0 commit comments