Author: sveinung
Date: Mon Jun 13 02:13:12 2016
New Revision: 32840

URL: http://svn.gna.org/viewcvs/freeciv?rev=32840&view=rev
Log:
README.actions: don't lie about minimum distance.

Make README.actions tell the truth about the minimum distance to target for
the actions "Capture Units" and "Bombard".

See bug #24742

Modified:
    trunk/doc/README.actions

Modified: trunk/doc/README.actions
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.actions?rev=32840&r1=32839&r2=32840&view=diff
==============================================================================
--- trunk/doc/README.actions    (original)
+++ trunk/doc/README.actions    Mon Jun 13 02:13:12 2016
@@ -297,14 +297,14 @@
 ==================================================
 "Capture Units" - steal the target units.
  * UI name can be set using ui_name_capture_units
- * actor must be on the same tile as the target or on the tile next to it.
+ * actor must be on a tile next to the target.
  * target must be foreign.
 
 "Bombard" - bombard the units (and city) at the tile without killing them.
  * UI name can be set using ui_name_bombard
  * if force_capture_units is true "Capture Units" must be impossible
  * actor must have a bombard_rate > 0
- * actor must be on the same tile as the target or on the tile next to it.
+ * actor must be on a tile next to the target.
  * target can't be in a city the actor player isn't at war with.
  * target must be foreign.
  * target owner must be at war with actor.


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

Reply via email to