Reordered a few transition rules...
...to fix a glitch between mountains and desert hills.
This commit is contained in:
parent
44384d2d28
commit
a3f2ce7f6c
1 changed files with 3 additions and 3 deletions
|
@ -892,9 +892,9 @@
|
|||
{TERRAIN_ADJACENT -171 Ha (W*,Ss) snow-hills-to-water}
|
||||
{TERRAIN_ADJACENT -172 Ha (!,Ha,Qxu,Mm,Md,W*,Ss) snow-hills}
|
||||
|
||||
{TERRAIN_ADJACENT -180 Hd (!,Hd,Qxu) desert-hills}
|
||||
{TERRAIN_ADJACENT -190 (Mm,Hh) (!,Hh,W*,Ss) hills}
|
||||
{TERRAIN_ADJACENT_CUSTOM -191 (Mm,Hh) (W*,Ss) hills transition2}
|
||||
{TERRAIN_ADJACENT -180 (Mm,Hh) (!,Hh,W*,Ss) hills}
|
||||
{TERRAIN_ADJACENT_CUSTOM -181 (Mm,Hh) (W*,Ss) hills transition2}
|
||||
{TERRAIN_ADJACENT -190 Hd (!,Hd,Qxu) desert-hills}
|
||||
{TERRAIN_ADJACENT -200 Uh (!,Uh) cave/hills}
|
||||
|
||||
{TERRAIN_ADJACENT -210 Qlf (!,Ql,Qlf,Qxu,Xu) lava}
|
||||
|
|
Loading…
Add table
Reference in a new issue