Made Chasm Bridges draw on the same layer as other bridges
This makes them fall prey to the 'dwarven castle <-> chasm transitions draw over bridges' issue, but this is still the desired behavior.
This commit is contained in:
parent
967e3d2ca6
commit
81659462eb
1 changed files with 8 additions and 8 deletions
|
@ -405,16 +405,16 @@
|
|||
{OVERLAY_COMPLETE *^Emf (C*,K*,X*,Ql*,Qx*,W*,M*,*^V*) embellishments/mushroom-farm}
|
||||
|
||||
# Chasm bridges - for now they don't tile
|
||||
{OVERLAY_F Ql*^Bs\ bridge cave/chasm-lava-stone-bridge-se-nw}
|
||||
{OVERLAY_F Ql*^Bs| bridge cave/chasm-lava-stone-bridge-s-n}
|
||||
{OVERLAY_F Ql*^Bs/ bridge cave/chasm-lava-stone-bridge-sw-ne}
|
||||
{OVERLAY_LF Ql*^Bs\ -80 bridge cave/chasm-lava-stone-bridge-se-nw}
|
||||
{OVERLAY_LF Ql*^Bs| -80 bridge cave/chasm-lava-stone-bridge-s-n}
|
||||
{OVERLAY_LF Ql*^Bs/ -80 bridge cave/chasm-lava-stone-bridge-sw-ne}
|
||||
|
||||
{OVERLAY_F W*^Bs\,S*^Bs\ bridge cave/chasm-water-stone-bridge-se-nw}
|
||||
{OVERLAY_F W*^Bs/,S*^Bs/ bridge cave/chasm-water-stone-bridge-sw-ne}
|
||||
{OVERLAY_LF W*^Bs\,S*^Bs\ -80 bridge cave/chasm-water-stone-bridge-se-nw}
|
||||
{OVERLAY_LF W*^Bs/,S*^Bs/ -80 bridge cave/chasm-water-stone-bridge-sw-ne}
|
||||
|
||||
{OVERLAY_F *^Bs\ bridge cave/chasm-stone-bridge-se-nw}
|
||||
{OVERLAY_F *^Bs| bridge cave/chasm-stone-bridge-s-n}
|
||||
{OVERLAY_F *^Bs/ bridge cave/chasm-stone-bridge-sw-ne}
|
||||
{OVERLAY_LF *^Bs\ -80 bridge cave/chasm-stone-bridge-se-nw}
|
||||
{OVERLAY_LF *^Bs| -80 bridge cave/chasm-stone-bridge-s-n}
|
||||
{OVERLAY_LF *^Bs/ -80 bridge cave/chasm-stone-bridge-sw-ne}
|
||||
|
||||
# Trash/remains
|
||||
{TRASH_A *^Edt 33 misc/detritus/trashA}
|
||||
|
|
Loading…
Add table
Reference in a new issue