Index: server/diplomats.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/diplomats.c,v retrieving revision 1.30 diff -u -r1.30 diplomats.c --- server/diplomats.c 2002/08/07 11:21:51 1.30 +++ server/diplomats.c 2002/09/29 19:18:52 @@ -1117,8 +1117,12 @@ _("Game: Your %s has been eliminated defending" " against a %s in %s."), unit_name(punit->type), unit_name(pdiplomat->type), pcity->name); + notify_player_ex(pplayer, pcity->x, pcity->y, E_ENEMY_DIPLOMAT_FAILED, + _("Game: An enemy %s has been eliminated defending" + " %s."), unit_name(punit->type), pcity->name); wipe_unit_safe(punit, &myiter); + return FALSE; } else { /* Attacking Spy/Diplomat dies. */