Author: sveinung
Date: Thu Aug 20 15:42:00 2015
New Revision: 29610

URL: http://svn.gna.org/viewcvs/freeciv?rev=29610&view=rev
Log:
orders system: support the "Steal Tech" action

See patch #6258

Modified:
    trunk/server/unithand.c

Modified: trunk/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unithand.c?rev=29610&r1=29609&r2=29610&view=diff
==============================================================================
--- trunk/server/unithand.c     (original)
+++ trunk/server/unithand.c     Thu Aug 20 15:42:00 2015
@@ -3841,6 +3841,7 @@
       case ACTION_SPY_POISON:
       case ACTION_SPY_STEAL_GOLD:
       case ACTION_SPY_SABOTAGE_CITY:
+      case ACTION_SPY_STEAL_TECH:
       case ACTION_TRADE_ROUTE:
       case ACTION_MARKETPLACE:
       case ACTION_HELP_WONDER:
@@ -3851,7 +3852,6 @@
         /* No validation required. */
         break;
       /* Must be tested first. */
-      case ACTION_SPY_STEAL_TECH:
       case ACTION_SPY_INCITE_CITY:
       case ACTION_STEAL_MAPS:
       case ACTION_SPY_NUKE:


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

Reply via email to