Skip to content

Commit 22aab98

Browse files
committed
Temporarily remove cap check
1 parent 3a0d43c commit 22aab98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/012-supply.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,12 +569,12 @@ Supply = (function()
569569
-- Check capacity
570570
if details.capNeeded > 0 then
571571
-- Deduct weight of supplies we sell before buying (flasks)
572-
local estimatedCap = xeno.getSelfCap() - getFlaskWeight()
572+
--[[local estimatedCap = xeno.getSelfCap() - getFlaskWeight()
573573
-- Not enough capacity for supplies error
574574
if details.capNeeded > estimatedCap then
575575
error('Not enough capacity for supplies. Please lower config values or increase your capacity.')
576576
return
577-
end
577+
end]]
578578
end
579579
walkerGotoLocation(_script.town, 'bank', function()
580580
-- Arrived at bank

0 commit comments

Comments
 (0)