Fixed void terrain alias.

This commit is contained in:
Jan Rietema 2007-10-31 10:24:39 +00:00
parent 14f62bb39b
commit 25f8410515

View file

@ -897,7 +897,7 @@
name= _ "Impassable Mountains"
string=Mm^Xm
aliasof=Xu
editor_group=rough
editor_group=rough,wall
[/terrain]
[terrain]
@ -906,7 +906,7 @@
name= _ "Impassable Desert Mountains"
string=Md^Xm
aliasof=Xu
editor_group=rough
editor_group=rough,wall
[/terrain]
[terrain]
@ -915,7 +915,7 @@
id=cavewall
name= _ "Cave Wall"
string=Xu
editor_group=cave
editor_group=cave,wall
[/terrain]
[terrain]
@ -924,6 +924,6 @@
id=void
name= _ "Void"
string=Xv
alias_of=Xu
aliasof=Xu
editor_group=flat,wall
[/terrain]