Author: sveinung
Date: Wed Jan  6 12:44:38 2016
New Revision: 31387

URL: http://svn.gna.org/viewcvs/freeciv?rev=31387&view=rev
Log:
Notify the player about successfull recycle.

See patch #6788

Modified:
    trunk/server/unithand.c

Modified: trunk/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unithand.c?rev=31387&r1=31386&r2=31387&view=diff
==============================================================================
--- trunk/server/unithand.c     (original)
+++ trunk/server/unithand.c     Wed Jan  6 12:44:38 2016
@@ -2114,6 +2114,12 @@
     pcity->disbanded_shields += unit_disband_shields(punit);
   }
 
+  notify_player(pplayer, city_tile(pcity), E_CARAVAN_ACTION, ftc_server,
+                /* TRANS: ... Ironclad ... New York */
+                _("Recyled your %s to help the current production in %s."),
+                unit_link(punit),
+                city_link(pcity));
+
   send_city_info(city_owner(pcity), pcity);
 
   wipe_unit(punit, ULR_DISBANDED, NULL);


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

Reply via email to