Author: cazfi
Date: Mon Jan 19 04:25:04 2015
New Revision: 27717

URL: http://svn.gna.org/viewcvs/freeciv?rev=27717&view=rev
Log:
Stub ruleset has only one barbarian nation, of type "LandAndSea"

See patch #5672

Removed:
    trunk/data/stub/nations/pirate.ruleset
Modified:
    trunk/data/stub/nations.ruleset
    trunk/data/stub/nations/barbarian.ruleset

Modified: trunk/data/stub/nations.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/stub/nations.ruleset?rev=27717&r1=27716&r2=27717&view=diff
==============================================================================
--- trunk/data/stub/nations.ruleset     (original)
+++ trunk/data/stub/nations.ruleset     Mon Jan 19 04:25:04 2015
@@ -86,6 +86,5 @@
 
 *include "stub/nations/generic.ruleset"
 
-; Must have two barbarian nations
+; Must have a barbarian nations
 *include "stub/nations/barbarian.ruleset"
-*include "stub/nations/pirate.ruleset"

Modified: trunk/data/stub/nations/barbarian.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/stub/nations/barbarian.ruleset?rev=27717&r1=27716&r2=27717&view=diff
==============================================================================
--- trunk/data/stub/nations/barbarian.ruleset   (original)
+++ trunk/data/stub/nations/barbarian.ruleset   Mon Jan 19 04:25:04 2015
@@ -19,4 +19,4 @@
 cities = "Barbaricum"
 
 is_playable = FALSE
-barbarian_type = "Land"
+barbarian_type = "LandAndSea"

Removed: trunk/data/stub/nations/pirate.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/stub/nations/pirate.ruleset?rev=27716&view=auto
==============================================================================
--- trunk/data/stub/nations/pirate.ruleset      (original)
+++ trunk/data/stub/nations/pirate.ruleset      (removed)
@@ -1,23 +0,0 @@
-[nation_pirate]
-
-name=_("Pirate")
-plural=_("?plural:Pirates")
-legend=_("As long as honest men have sailed the seas, pirates have been a\
- scourge of them and of all coastal dwelling peoples.")
-leaders = { "name", "sex"
- "Pirate Leader", "female"
-}
-
-flag     = "pirate"
-flag_alt = "-"
-style    = "Generic"
-
-init_techs=""
-init_buildings=""
-init_units=""
-
-cities =
- "Generic Port"
-
-is_playable = FALSE
-barbarian_type = "Sea"


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

Reply via email to