We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2345b24 commit 1d67a72Copy full SHA for 1d67a72
idle-crafting.lua
@@ -533,7 +533,7 @@ local function main_loop()
533
for idx, threshold in ipairs(thresholds) do
534
if ignore_happy and is_happy and threshold < max_threshold then
535
-- ignore happy and ecstatic units for any threshold but the highest
536
- print(dfhack.df2console(("idle-crafting: skipping happy unit %s"):format(dfhack.units.getReadableName(unit))))
+ -- print(dfhack.df2console(("idle-crafting: skipping happy unit %s"):format(dfhack.units.getReadableName(unit))))
537
goto next_unit
538
end
539
0 commit comments