Skip to content

Commit a193597

Browse files
committed
Merge remote-tracking branch 'nickthetinker/master' into myk_quickfort_nickthetinker
2 parents 5de599e + 114f4e4 commit a193597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/quickfort/build.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ local function is_valid_tile_bridge(pos, db_entry, b)
139139
(dir == T_direction.Right and pos.x == b.pos.x+b.width-1) then
140140
return is_valid_tile_has_space(pos)
141141
end
142-
return is_valid_tile_has_space_or_is_ramp(pos)
142+
return is_valid_tile_machine(pos)
143143
end
144144

145145
-- although vanilla allows constructions to be built on top of constructed
@@ -213,7 +213,7 @@ local function is_tile_coverable(pos)
213213
shape ~= df.tiletype_shape.STAIR_DOWN) then
214214
return false
215215
end
216-
return is_tile_floor_adjacent(pos)
216+
return true
217217
end
218218

219219
--

0 commit comments

Comments
 (0)