Author: zookeeper
Date: Fri Aug 19 19:23:08 2011
New Revision: 50854

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50854&view=rev
Log:
Made the gray and tropical reef variations alias to the normal reef and made 
their id's unique.

Modified:
    trunk/data/core/terrain.cfg

Modified: trunk/data/core/terrain.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/terrain.cfg?rev=50854&r1=50853&r2=50854&view=diff
==============================================================================
--- trunk/data/core/terrain.cfg (original)
+++ trunk/data/core/terrain.cfg Fri Aug 19 19:23:08 2011
@@ -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]


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to