Skip to content

Commit

Permalink
Update burial.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 authored Oct 14, 2023
1 parent 923f10d commit 22238c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local tomb_blueprint = {
local tomb_count = 0
for _, coffin in pairs(df.global.world.buildings.other.COFFIN) do

if cur_zlevel and not (coffin.z == df.global.window_z) then
if cur_zlevel and coffin.z ~= df.global.window_z then
goto skip
end
for _, zone in pairs(coffin.relations) do
Expand Down

0 comments on commit 22238c9

Please sign in to comment.