Fix a bug that made dirt temporarily impassable.
This commit is contained in:
parent
0bd6eb6439
commit
581cfa2f03
1 changed files with 3 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue