Author: alarantalara
Date: Thu Oct 20 23:52:24 2011
New Revision: 51548

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51548&view=rev
Log:
Fix definitions for forested hills. Fixes bug #18830

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=51548&r1=51547&r2=51548&view=diff
==============================================================================
--- trunk/data/core/terrain.cfg (original)
+++ trunk/data/core/terrain.cfg Thu Oct 20 23:52:24 2011
@@ -686,10 +686,9 @@
     id=forested_hills
     name= _ "Hills"
     editor_name= _ "Forested Hills"
-    default_base=Hh
-    string=^Fp
-    aliasof=_bas,Ft
-    mvt_alias=-,_bas,Ft
+    string=Hh^Fp
+    aliasof=Hh,Ft
+    mvt_alias=-,Hh,Ft
     editor_group=forest, rough
 [/terrain_type]
 
@@ -698,10 +697,9 @@
     id=forested_snow_hills
     name= _ "Hills"
     editor_name= _ "Forested Snow Hills"
-    default_base=Ha
-    string=^Fpa
-    aliasof=_bas,At,Ft
-    mvt_alias=-,_bas,At,Ft
+    string=Ha^Fpa
+    aliasof=Hh,At,Ft
+    mvt_alias=-,Hh,At,Ft
     editor_group=forest, rough, frozen
 [/terrain_type]
 
@@ -710,10 +708,9 @@
     id=deciduous_forest_summer_hills
     name= _ "Hills"
     editor_name= _ "Summer Deciduous Forested Hills"
-    default_base=Hh
-    string=^Fds
-    aliasof=_bas,Ft
-    mvt_alias=-,_bas,Ft
+    string=Hh^Fds
+    aliasof=Hh,Ft
+    mvt_alias=-,Hh,Ft
     editor_group=forest, rough
 [/terrain_type]
 
@@ -722,10 +719,9 @@
     id=deciduous_forest_fall_hills
     name= _ "Hills"
     editor_name= _ "Fall Deciduous Forested Hills"
-    default_base=Hhd
-    string=^Fdf
-    aliasof=_bas,Ft
-    mvt_alias=-,_bas,Ft
+    string=Hhd^Fdf
+    aliasof=Hh,Ft
+    mvt_alias=-,Hh,Ft
     editor_group=forest, rough
 [/terrain_type]
 
@@ -734,10 +730,9 @@
     id=deciduous_forest_winter_hills
     name= _ "Hills"
     editor_name= _ "Winter Deciduous Forested Hills"
-    default_base=Hhd
-    string=^Fdw
-    aliasof=_bas,Ft
-    mvt_alias=-,_bas,Ft
+    string=Hhd^Fdw
+    aliasof=Hh,Ft
+    mvt_alias=-,Hh,Ft
     editor_group=forest, rough
 [/terrain_type]
 
@@ -746,10 +741,9 @@
     id=deciduous_forest_winter_snow_hills
     name= _ "Hills"
     editor_name= _ "Snowy Deciduous Forested Hills"
-    default_base=Ha
-    string=^Fda
-    aliasof=_bas,At,Ft
-    mvt_alias=-,_bas,At,Ft
+    string=Ha^Fda
+    aliasof=Hh,At,Ft
+    mvt_alias=-,Hh,At,Ft
     editor_group=frozen, forest, rough
 [/terrain_type]
 
@@ -758,10 +752,9 @@
     id=mixed_forest_summer_hills
     name= _ "Hills"
     editor_name= _ "Summer Mixed Forested Hills"
-    default_base=Hh
-    string=^Fms
-    aliasof=_bas,Ft
-    mvt_alias=-,_bas,Ft
+    string=Hh^Fms
+    aliasof=Hh,Ft
+    mvt_alias=-,Hh,Ft
     editor_group=forest, rough
 [/terrain_type]
 
@@ -770,10 +763,9 @@
     id=mixed_forest_fall_hills
     name= _ "Hills"
     editor_name= _ "Fall Mixed Forested Hills"
-    default_base=Hhd
-    string=^Fmf
-    aliasof=_bas,Ft
-    mvt_alias=-,_bas,Ft
+    string=Hhd^Fmf
+    aliasof=Hh,Ft
+    mvt_alias=-,Hh,Ft
     editor_group=forest, rough
 [/terrain_type]
 
@@ -782,10 +774,9 @@
     id=mixed_forest_winter_hills
     name= _ "Hills"
     editor_name= _ "Winter Mixed Forested Hills"
-    default_base=Hhd
-    string=^Fmw
-    aliasof=_bas,Ft
-    mvt_alias=-,_bas,Ft
+    string=Hhd^Fmw
+    aliasof=Hh,Ft
+    mvt_alias=-,Hh,Ft
     editor_group=forest, rough
 [/terrain_type]
 
@@ -794,10 +785,9 @@
     id=mixed_forest_winter_snow_hills
     name= _ "Hills"
     editor_name= _ "Snowy Mixed Forested Hills"
-    string=^Fma
-    default_base=Ha
-    aliasof=_bas,At,Ft
-    mvt_alias=-,_bas,At,Ft
+    string=Ha^Fma
+    aliasof=Hh,At,Ft
+    mvt_alias=-,Hh,At,Ft
     editor_group=frozen, forest, rough
 [/terrain_type]
 


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

Reply via email to