Author: cazfi
Date: Fri Nov 18 07:21:43 2016
New Revision: 34549

URL: http://svn.gna.org/viewcvs/freeciv?rev=34549&view=rev
Log:
Generate help about extra's unit hiding property.

See patch #7996

Modified:
    trunk/client/helpdata.c

Modified: trunk/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/helpdata.c?rev=34549&r1=34548&r2=34549&view=diff
==============================================================================
--- trunk/client/helpdata.c     (original)
+++ trunk/client/helpdata.c     Fri Nov 18 07:21:43 2016
@@ -2657,6 +2657,11 @@
             _("* May appear spontaneously.\n"));
   }
 
+  if (pextra->eus == EUS_HIDDEN) {
+    CATLSTR(buf, bufsz,
+            _("* Units inside are hidden from non-allied players.\n"));
+  }
+
   /* XXX Non-zero requirement vector is not a good test of whether
    * req_text_insert_nl() will give any output. */
   if (requirement_vector_size(&pextra->reqs) > 0) {


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

Reply via email to