Author: jtn
Date: Mon Feb 16 09:22:01 2015
New Revision: 28165

URL: http://svn.gna.org/viewcvs/freeciv?rev=28165&view=rev
Log:
Remove all chance of gaining veterancy from bombard combat.

See gna patch #5835.

Modified:
    trunk/server/unithand.c

Modified: trunk/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unithand.c?rev=28165&r1=28164&r2=28165&view=diff
==============================================================================
--- trunk/server/unithand.c     (original)
+++ trunk/server/unithand.c     Mon Feb 16 09:22:01 2015
@@ -1662,8 +1662,6 @@
       punit->hp = att_hp;
       pdefender->hp = def_hp;
 
-      combat_veterans(punit, pdefender);
-
       send_combat(punit, pdefender, 0, 1);
   
       send_unit_info(NULL, pdefender);
@@ -1683,10 +1681,6 @@
     city_reduce_size(pcity, 1, pplayer);
     city_refresh(pcity);
     send_city_info(NULL, pcity);
-  }
-
-  if (maybe_make_veteran(punit)) {
-    notify_unit_experience(punit);
   }
 
   send_unit_info(NULL, punit);


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

Reply via email to