Author: cazfi
Date: Thu Feb  4 02:11:16 2016
New Revision: 31742

URL: http://svn.gna.org/viewcvs/freeciv?rev=31742&view=rev
Log:
Set Farmland activity graphics tags so that "unit.farmland" is the primary tag,
"unit.irrigation" is a secondary one, and final fallback is "unit.irrigate"

See patch #6891

Modified:
    branches/S2_6/data/alien/terrain.ruleset
    branches/S2_6/data/civ2/terrain.ruleset
    branches/S2_6/data/civ2civ3/terrain.ruleset
    branches/S2_6/data/classic/terrain.ruleset
    branches/S2_6/data/experimental/terrain.ruleset
    branches/S2_6/data/multiplayer/terrain.ruleset
    branches/S2_6/data/sandbox/terrain.ruleset

Modified: branches/S2_6/data/alien/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/alien/terrain.ruleset?rev=31742&r1=31741&r2=31742&view=diff
==============================================================================
--- branches/S2_6/data/alien/terrain.ruleset    (original)
+++ branches/S2_6/data/alien/terrain.ruleset    Thu Feb  4 02:11:16 2016
@@ -748,8 +748,8 @@
 graphic        = "tx.farmland"
 graphic_alt    = "-"
 activity_gfx   = "unit.farmland"
-act_gfx_alt    = "unit.irrigate"
-act_gfx_alt2   = "-"
+act_gfx_alt    = "unit.irrigation"
+act_gfx_alt2   = "unit.irrigate"
 rmact_gfx      = "None"
 rmact_gfx_alt  = "-"
 reqs           =

Modified: branches/S2_6/data/civ2/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/civ2/terrain.ruleset?rev=31742&r1=31741&r2=31742&view=diff
==============================================================================
--- branches/S2_6/data/civ2/terrain.ruleset     (original)
+++ branches/S2_6/data/civ2/terrain.ruleset     Thu Feb  4 02:11:16 2016
@@ -1005,8 +1005,8 @@
 graphic        = "tx.farmland"
 graphic_alt    = "-"
 activity_gfx   = "unit.farmland"
-act_gfx_alt    = "unit.irrigate"
-act_gfx_alt2   = "-"
+act_gfx_alt    = "unit.irrigation"
+act_gfx_alt2   = "unit.irrigate"
 rmact_gfx      = "None"
 rmact_gfx_alt  = "-"
 reqs           =

Modified: branches/S2_6/data/civ2civ3/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/civ2civ3/terrain.ruleset?rev=31742&r1=31741&r2=31742&view=diff
==============================================================================
--- branches/S2_6/data/civ2civ3/terrain.ruleset (original)
+++ branches/S2_6/data/civ2civ3/terrain.ruleset Thu Feb  4 02:11:16 2016
@@ -1242,8 +1242,8 @@
 graphic        = "tx.farmland"
 graphic_alt    = "-"
 activity_gfx   = "unit.farmland"
-act_gfx_alt    = "unit.irrigate"
-act_gfx_alt2   = "-"
+act_gfx_alt    = "unit.irrigation"
+act_gfx_alt2   = "unit.irrigate"
 rmact_gfx      = "None"
 rmact_gfx_alt  = "-"
 ; Note, there are extra restrictions on where farmland can be built

Modified: branches/S2_6/data/classic/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/classic/terrain.ruleset?rev=31742&r1=31741&r2=31742&view=diff
==============================================================================
--- branches/S2_6/data/classic/terrain.ruleset  (original)
+++ branches/S2_6/data/classic/terrain.ruleset  Thu Feb  4 02:11:16 2016
@@ -1208,8 +1208,8 @@
 graphic        = "tx.farmland"
 graphic_alt    = "-"
 activity_gfx   = "unit.farmland"
-act_gfx_alt    = "unit.irrigate"
-act_gfx_alt2   = "-"
+act_gfx_alt    = "unit.irrigation"
+act_gfx_alt2   = "unit.irrigate"
 rmact_gfx      = "None"
 rmact_gfx_alt  = "-"
 reqs           =

Modified: branches/S2_6/data/experimental/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/experimental/terrain.ruleset?rev=31742&r1=31741&r2=31742&view=diff
==============================================================================
--- branches/S2_6/data/experimental/terrain.ruleset     (original)
+++ branches/S2_6/data/experimental/terrain.ruleset     Thu Feb  4 02:11:16 2016
@@ -1184,8 +1184,8 @@
 graphic        = "tx.farmland"
 graphic_alt    = "-"
 activity_gfx   = "unit.farmland"
-act_gfx_alt    = "unit.irrigate"
-act_gfx_alt2   = "-"
+act_gfx_alt    = "unit.irrigation"
+act_gfx_alt2   = "unit.irrigate"
 rmact_gfx      = "None"
 rmact_gfx_alt  = "-"
 reqs           =

Modified: branches/S2_6/data/multiplayer/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/multiplayer/terrain.ruleset?rev=31742&r1=31741&r2=31742&view=diff
==============================================================================
--- branches/S2_6/data/multiplayer/terrain.ruleset      (original)
+++ branches/S2_6/data/multiplayer/terrain.ruleset      Thu Feb  4 02:11:16 2016
@@ -1182,8 +1182,8 @@
 graphic        = "tx.farmland"
 graphic_alt    = "-"
 activity_gfx   = "unit.farmland"
-act_gfx_alt    = "unit.irrigate"
-act_gfx_alt2   = "-"
+act_gfx_alt    = "unit.irrigation"
+act_gfx_alt2   = "unit.irrigate"
 rmact_gfx      = "None"
 rmact_gfx_alt  = "-"
 reqs           =

Modified: branches/S2_6/data/sandbox/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/sandbox/terrain.ruleset?rev=31742&r1=31741&r2=31742&view=diff
==============================================================================
--- branches/S2_6/data/sandbox/terrain.ruleset  (original)
+++ branches/S2_6/data/sandbox/terrain.ruleset  Thu Feb  4 02:11:16 2016
@@ -1219,8 +1219,8 @@
 graphic        = "tx.farmland"
 graphic_alt    = "-"
 activity_gfx   = "unit.farmland"
-act_gfx_alt    = "unit.irrigate"
-act_gfx_alt2   = "-"
+act_gfx_alt    = "unit.irrigation"
+act_gfx_alt2   = "unit.irrigate"
 rmact_gfx      = "None"
 rmact_gfx_alt  = "-"
 ; Note, there are extra restrictions on where farmland can be built


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to