Fix a bug that made dirt temporarily impassable.

This commit is contained in:
Eric S. Raymond 2008-03-05 00:25:39 +00:00
parent 0bd6eb6439
commit 581cfa2f03

View file

@ -674,6 +674,7 @@
id=road
name= _ "Road"
string=Rd
aliasof=Rr
editor_group=desert, flat
moveclass=road
[/terrain]
@ -683,6 +684,7 @@
id=dirt
name= _ "Dirt"
string=Re
aliasof=Gg
editor_group=flat
moveclass=road
[/terrain]
@ -701,6 +703,7 @@
id=stone_path
name= _ "Road"
string=Rp
aliasof=Rr
editor_group=flat
moveclass=road
[/terrain]