Skip to content

Commit

Permalink
include the insane for reachability purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Oct 13, 2023
1 parent e83bb77 commit 1c67dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forbid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ end
if positionals[1] == "unreachable" then
print("Forbidding all unreachable items on the map...")

local citizens = dfhack.units.getCitizens()
local citizens = dfhack.units.getCitizens(true)
local count = 0

for _, item in pairs(df.global.world.items.all) do
Expand Down

0 comments on commit 1c67dcd

Please sign in to comment.