Author: sveinung
Date: Tue Mar 14 10:40:28 2017
New Revision: 35112

URL: http://svn.gna.org/viewcvs/freeciv?rev=35112&view=rev
Log:
Rule change: "Recycle Unit" to adjacent city.

Make the action "Recycle Unit" consistent with "Help Wonder" by permitting
it to be done to an adjacent city.

See hrm Feature #644449

Modified:
    branches/S3_0/common/actions.c
    branches/S3_0/doc/README.actions

Modified: branches/S3_0/common/actions.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/common/actions.c?rev=35112&r1=35111&r2=35112&view=diff
==============================================================================
--- branches/S3_0/common/actions.c      (original)
+++ branches/S3_0/common/actions.c      Tue Mar 14 10:40:28 2017
@@ -430,7 +430,7 @@
                  FALSE, FALSE, TRUE, TRUE,
                  /* Illegal to perform to a target on another tile to
                   * keep the rules exactly as they were for now. */
-                 0, 0);
+                 0, 1);
   actions[ACTION_DISBAND_UNIT] =
       action_new(ACTION_DISBAND_UNIT, ATK_SELF,
                  FALSE, FALSE, TRUE, TRUE,

Modified: branches/S3_0/doc/README.actions
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/doc/README.actions?rev=35112&r1=35111&r2=35112&view=diff
==============================================================================
--- branches/S3_0/doc/README.actions    (original)
+++ branches/S3_0/doc/README.actions    Tue Mar 14 10:40:28 2017
@@ -260,7 +260,7 @@
  * UI name can be set using ui_name_recycle_unit
  * actor must be aware that the target exists
  * "Help Wonder" must be impossible
- * actor must be on the same tile as the target
+ * actor must be on the same tile as the target or on the tile next to it.
  * target city must need the extra shields to complete its production.
 
 "Join City" - Add the actor to the target city's population.


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

Reply via email to