Made the gray and tropical reef variations alias...
...to the normal reef and made their ids unique.
This commit is contained in:
parent
aead1784f1
commit
afea77cf60
1 changed files with 4 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue