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 4e8ad9d commit e83bb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unforbid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local argparse = require('argparse')
local function unforbid_all(include_unreachable, quiet)
if not quiet then print('Unforbidding all items...') end

local citizens = dfhack.units.getCitizens()
local citizens = dfhack.units.getCitizens(true)
local count = 0
for _, item in pairs(df.global.world.items.all) do
if item.flags.forbid then
Expand Down

0 comments on commit e83bb77

Please sign in to comment.