We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0d43c commit 22aab98Copy full SHA for 22aab98
1 file changed
src/012-supply.lua
@@ -569,12 +569,12 @@ Supply = (function()
569
-- Check capacity
570
if details.capNeeded > 0 then
571
-- Deduct weight of supplies we sell before buying (flasks)
572
- local estimatedCap = xeno.getSelfCap() - getFlaskWeight()
+ --[[local estimatedCap = xeno.getSelfCap() - getFlaskWeight()
573
-- Not enough capacity for supplies error
574
if details.capNeeded > estimatedCap then
575
error('Not enough capacity for supplies. Please lower config values or increase your capacity.')
576
return
577
- end
+ end]]
578
end
579
walkerGotoLocation(_script.town, 'bank', function()
580
-- Arrived at bank
0 commit comments