-
Notifications
You must be signed in to change notification settings - Fork 493
Description
Although the game allows it, Quickfort forbids bridge construction on tiles with existing stairs.
Up, Down, or otherwise.
Steps to reproduce: attempt the following two blueprints:
(start dig_bridge_test.csv)
#dig ,#,#,#,#,#,#,#,#,#
d,d,d,d,d,d,d,d,d,#
j,d,d,d,d,d,d,d,d,#
j,d,j,j,d,d,j,j,d,#
j,d,j,j,d,d,j,j,d,#
j,d,d,d,d,d,d,d,d,#
j,d,d,d,d,d,d,d,d,#
j,d,j,j,d,d,j,j,d,#
j,d,j,j,d,d,j,j,d,#
j,d,d,d,d,d,d,d,d,#
d,d,d,d,d,d,d,d,d,#
#>,#,#,#,#,#,#,#,#,#
d,d,d,d,d,d,d,d,d,#
i,d,d,d,d,d,d,d,d,#
i,d,i,i,d,d,i,i,d,#
i,d,i,i,d,d,i,i,d,#
i,d,d,d,d,d,d,d,d,#
i,d,d,d,d,d,d,d,d,#
i,d,i,i,d,d,i,i,d,#
i,d,i,i,d,d,i,i,d,#
i,d,d,d,d,d,d,d,d,#
d,d,d,d,d,d,d,d,d,#
#> ,#,#,#,#,#,#,#,#,#
d,d,d,d,d,d,d,d,d,#
u,d,d,d,d,d,d,d,d,#
u,d,u,u,d,d,u,u,d,#
u,d,u,u,d,d,u,u,d,#
u,d,d,d,d,d,d,d,d,#
u,d,d,d,d,d,d,d,d,#
u,d,u,u,d,d,u,u,d,#
u,d,u,u,d,d,u,u,d,#
u,d,d,d,d,d,d,d,d,#
d,d,d,d,d,d,d,d,d,#
#,#,#,#,#,#,#,#,#,#
(end dig_bridge_test.csv)
(start build_bridge_test.csv)
#build,#,#,#,#,#,#,#,#,#
,,,,,,,,,#
,,,,,,,,,#
,,g(2x2),,,ga(3x2),,,,#
,,,,,,,,,#
,,,,,,,,,#
,,,,,,gw(2x3),,,#
,gd(3x2),,,,,,,,#
,,,,,,,,,#
,,,,,,,,,#
,,,,,,,,,#
#>,#,#,#,#,#,#,#,#,#
,,,,,,,,,#
,,,,,,,,,#
,,g(2x2),,,ga(3x2),,,,#
,,,,,,,,,#
,,,,,,,,,#
,,,,,,gw(2x3),,,#
,gd(3x2),,,,,,,,#
,,,,,,,,,#
,,,,,,,,,#
,,,,,,,,,#
#> ,#,#,#,#,#,#,#,#,#
,,,,,,,,,#
,,,,,,,,,#
,,g(2x2),,,ga(3x2),,,,#
,,,,,,,,,#
,,,,,,,,,#
,,,,,,gw(2x3),,,#
,gd(3x2),,,,,,,,#
,,,,,,,,,#
,,,,,,,,,#
,,,,,,,,,#
#,#,#,#,#,#,#,#,#,#
(end build_bridge_test.csv)