Author: sveinung
Date: Fri May 20 15:18:40 2016
New Revision: 32748

URL: http://svn.gna.org/viewcvs/freeciv?rev=32748&view=rev
Log:
Borders setting: Fortress isn't hard coded.

The Fortress base isn't hard coded anymore. Rewrite the description of the
borders setting so it stops assuming that the Fortress base claims tiles or,
for that matter, exists.

See bug #24682

Modified:
    trunk/server/settings.c

Modified: trunk/server/settings.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/settings.c?rev=32748&r1=32747&r2=32748&view=diff
==============================================================================
--- trunk/server/settings.c     (original)
+++ trunk/server/settings.c     Fri May 20 15:18:40 2016
@@ -2103,7 +2103,8 @@
            ALLOW_NONE, ALLOW_BASIC,
            N_("National borders"),
            N_("If this is not disabled, then any land tiles around a "
-              "fortress or city will be owned by that nation."),
+              "city or border claiming Extra (like the classic ruleset's "
+              "Fortress base) will be owned by that nation."),
            NULL, NULL, NULL, borders_name, GAME_DEFAULT_BORDERS)
 
   GEN_ENUM("happyborders", game.info.happyborders,


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

Reply via email to