Fixing forest<->snow forest transitions.

This commit is contained in:
Philippe Plantier 2004-10-03 10:57:37 +00:00
parent 9fefce7257
commit c968b21cd5

View file

@ -11,12 +11,6 @@
# Use the following layers:
# -1000 : terrain base graphics
# -200 to -101 : stacked flat adjacent transitions
# -100 : buildings
# -90 : "northern" transitions
# -80 : terrain overlays
# -50 : castle walls
# -30 : castle transitions
# Loads the macros used in the file
{terrain-graphics}
@ -195,8 +189,8 @@
#{TERRAIN_ADJACENT_NORTH -90 H !H snow-hills}
#{TERRAIN_ADJACENT_NORTH -90 h !hm hills} # No adj-north between hills and mountains
{TERRAIN_ADJACENT_OV -186 f !f forest}
{TERRAIN_ADJACENT_OV -187 F !F snow-forest}
{TERRAIN_ADJACENT_OV -78 F !F snow-forest}
{TERRAIN_ADJACENT_OV -79 f !f forest}
{TERRAIN_ADJACENT -188 m !m mountains}
{TERRAIN_ADJACENT -189 H !H snow-hills}
{TERRAIN_ADJACENT -190 h !h hills}