Fixed bridge ends not working well with some kinds of terrains
This commit is contained in:
parent
d763436e9c
commit
93beb8e603
2 changed files with 10 additions and 9 deletions
|
@ -86,7 +86,7 @@
|
|||
{TERRAIN_BASE ~ fog}
|
||||
|
||||
{CANYON X canyon}
|
||||
{BRIDGE \ | / cs bridge}
|
||||
{BRIDGE \ | / cs CKfF bridge}
|
||||
|
||||
#
|
||||
# Villages
|
||||
|
@ -133,7 +133,8 @@
|
|||
{TERRAIN_BASE C castle}
|
||||
{TERRAIN_BASE o dwarven-castle-floor}
|
||||
{TERRAIN_BASE n dirt}
|
||||
{TERRAIN_BASE O orccastle}
|
||||
#{TERRAIN_BASE O orccastle}
|
||||
|
||||
{TERRAIN_BASE_FLAG K keep-of-C castle}
|
||||
{TERRAIN_BASE_FLAG K keep-of-o dwarven-keep-floor}
|
||||
{TERRAIN_BASE_FLAG K keep-of-n dirt}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#define BRIDGE SE_NW N_S NE_SW WATER IMAGE
|
||||
#define BRIDGE SE_NW N_S NE_SW WATER NOTERM IMAGE
|
||||
|
||||
{TERRAIN_BASE_OV {N_S} {IMAGE}-n-s}
|
||||
{TERRAIN_BASE_OV {NE_SW} {IMAGE}-ne-sw}
|
||||
|
@ -18,7 +18,7 @@
|
|||
[/tile]
|
||||
[tile]
|
||||
pos=2
|
||||
type=!{N_S}{WATER}
|
||||
type=!{N_S}{WATER}{NOTERM}
|
||||
[image]
|
||||
layer=-80
|
||||
name={IMAGE}-s
|
||||
|
@ -39,7 +39,7 @@
|
|||
[/tile]
|
||||
[tile]
|
||||
pos=2
|
||||
type=!{NE_SW}{WATER}
|
||||
type=!{NE_SW}{WATER}{NOTERM}
|
||||
[image]
|
||||
layer=-80
|
||||
name={IMAGE}-sw
|
||||
|
@ -60,7 +60,7 @@
|
|||
[/tile]
|
||||
[tile]
|
||||
pos=2
|
||||
type=!{SE_NW}{WATER}
|
||||
type=!{SE_NW}{WATER}{NOTERM}
|
||||
[image]
|
||||
layer=-80
|
||||
name={IMAGE}-nw
|
||||
|
@ -81,7 +81,7 @@
|
|||
[/tile]
|
||||
[tile]
|
||||
pos=2
|
||||
type=!{N_S}{WATER}
|
||||
type=!{N_S}{WATER}{NOTERM}
|
||||
[image]
|
||||
layer=-80
|
||||
name={IMAGE}-n
|
||||
|
@ -102,7 +102,7 @@
|
|||
[/tile]
|
||||
[tile]
|
||||
pos=2
|
||||
type=!{NE_SW}{WATER}
|
||||
type=!{NE_SW}{WATER}{NOTERM}
|
||||
[image]
|
||||
layer=-80
|
||||
name={IMAGE}-ne
|
||||
|
@ -123,7 +123,7 @@
|
|||
[/tile]
|
||||
[tile]
|
||||
pos=2
|
||||
type=!{SE_NW}{WATER}
|
||||
type=!{SE_NW}{WATER}{NOTERM}
|
||||
[image]
|
||||
layer=-80
|
||||
name={IMAGE}-se
|
||||
|
|
Loading…
Add table
Reference in a new issue