Author: jtn
Date: Tue Feb 10 00:24:19 2015
New Revision: 28061

URL: http://svn.gna.org/viewcvs/freeciv?rev=28061&view=rev
Log:
Allow civ2civ3 Tribal and Federation governments to have their own graphics.

See gna patch #5804.

Modified:
    branches/S2_6/data/civ2civ3/governments.ruleset

Modified: branches/S2_6/data/civ2civ3/governments.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/civ2civ3/governments.ruleset?rev=28061&r1=28060&r2=28061&view=diff
==============================================================================
--- branches/S2_6/data/civ2civ3/governments.ruleset     (original)
+++ branches/S2_6/data/civ2civ3/governments.ruleset     Tue Feb 10 00:24:19 2015
@@ -76,8 +76,8 @@
 
 name        = _("Tribal")
 ; No reqs
-graphic     = "s.tax_luxury"
-graphic_alt = "-"
+graphic     = "gov.tribal"
+graphic_alt = "s.tax_luxury"
 
 ruler_male_title = _("Warlord %s")
 ruler_female_title = _("Warlady %s")
@@ -176,8 +176,8 @@
 reqs = { "type", "name", "range"
          "tech", "Economics", "Player"
        }
-graphic     = "s.tax_gold"
-graphic_alt = "-"
+graphic     = "gov.federation"
+graphic_alt = "s.tax_gold"
 
 ruler_male_title = _("Consul %s")
 ruler_female_title = _("?female:Consul %s")


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

Reply via email to