Author: sveinung
Date: Mon May 23 03:21:57 2016
New Revision: 32755

URL: http://svn.gna.org/viewcvs/freeciv?rev=32755&view=rev
Log:
Borders setting: Border_Vision can make seen.

Requested-by: Marko Lindqvist <cazfi>

See patch #7227

Modified:
    trunk/server/settings.c

Modified: trunk/server/settings.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/settings.c?rev=32755&r1=32754&r2=32755&view=diff
==============================================================================
--- trunk/server/settings.c     (original)
+++ trunk/server/settings.c     Mon May 23 03:21:57 2016
@@ -2104,7 +2104,10 @@
            N_("National borders"),
            N_("If this is not disabled, then any land tiles around a "
               "city or border claiming Extra (like the classic ruleset's "
-              "Fortress base) will be owned by that nation."),
+              "Fortress base) will be owned by that nation. "
+              "SEE_INSIDE and EXPAND makes everything inside a player's "
+              "borders visible at once. ENABLED will, in some rulesets, "
+              "grant the same visibility if certain conditions are met."),
            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