Made the gray and tropical reef variations alias...

...to the normal reef and made their ids unique.
This commit is contained in:
Lari Nieminen 2011-08-19 17:23:08 +00:00
parent aead1784f1
commit afea77cf60

View file

@ -88,10 +88,11 @@
[terrain_type]
symbol_image=water/reef-gray-tile
id=reef
id=gray_reef
name= _ "Coastal Reef"
editor_name= _ "Gray Coastal Reef"
string=Wwrg
aliasof=Wwr
submerge=0.3
editor_group=water
[/terrain_type]
@ -107,10 +108,11 @@
[terrain_type]
symbol_image=water/reef-tropical-tile
id=reef
id=tropical_reef
name= _ "Coastal Reef"
editor_name= _ "Tropical Coastal Reef"
string=Wwrt
aliasof=Wwr
submerge=0.3
editor_group=water
[/terrain_type]