Author: sveinung
Date: Sun Aug 30 11:21:14 2015
New Revision: 29728

URL: http://svn.gna.org/viewcvs/freeciv?rev=29728&view=rev
Log:
orders system: support the "Suitcase Nuke" action

See patch #6300

Modified:
    trunk/server/unithand.c

Modified: trunk/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unithand.c?rev=29728&r1=29727&r2=29728&view=diff
==============================================================================
--- trunk/server/unithand.c     (original)
+++ trunk/server/unithand.c     Sun Aug 30 11:21:14 2015
@@ -3928,12 +3928,11 @@
       case ACTION_JOIN_CITY:
       case ACTION_STEAL_MAPS:
       case ACTION_BOMBARD:
+      case ACTION_SPY_NUKE:
       case ACTION_NUKE:
       case ACTION_DESTROY_CITY:
         /* No validation required. */
         break;
-      /* Must be tested first. */
-      case ACTION_SPY_NUKE:
       /* Needs additional target information. */
       case ACTION_SPY_TARGETED_SABOTAGE_CITY:
       case ACTION_SPY_TARGETED_STEAL_TECH:


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

Reply via email to