Author: jtn
Date: Mon Feb 16 09:32:33 2015
New Revision: 28172

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

See gna patch #5835.

Modified:
    branches/S2_6/server/unithand.c

Modified: branches/S2_6/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/unithand.c?rev=28172&r1=28171&r2=28172&view=diff
==============================================================================
--- branches/S2_6/server/unithand.c     (original)
+++ branches/S2_6/server/unithand.c     Mon Feb 16 09:32:33 2015
@@ -1597,8 +1597,6 @@
       punit->hp = att_hp;
       pdefender->hp = def_hp;
 
-      combat_veterans(punit, pdefender);
-
       send_combat(punit, pdefender, 0, 1);
   
       send_unit_info(NULL, pdefender);
@@ -1618,10 +1616,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