Author: sveinung
Date: Tue Mar 14 10:39:12 2017
New Revision: 35108
URL: http://svn.gna.org/viewcvs/freeciv?rev=35108&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:
trunk/common/actions.c
trunk/doc/README.actions
Modified: trunk/common/actions.c
URL:
http://svn.gna.org/viewcvs/freeciv/trunk/common/actions.c?rev=35108&r1=35107&r2=35108&view=diff
==============================================================================
--- trunk/common/actions.c (original)
+++ trunk/common/actions.c Tue Mar 14 10:39:12 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: trunk/doc/README.actions
URL:
http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.actions?rev=35108&r1=35107&r2=35108&view=diff
==============================================================================
--- trunk/doc/README.actions (original)
+++ trunk/doc/README.actions Tue Mar 14 10:39:12 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
[email protected]
https://mail.gna.org/listinfo/freeciv-commits