From d2fba584e8b07deacd95f1d6cc4bbda8cd2c6298 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 25 Dec 2008 13:55:33 +0100 Subject: [PATCH] Fix reporting of shot spies in news Broken in commit 89e33f62, v4.3.16. --- src/lib/commands/spy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/commands/spy.c b/src/lib/commands/spy.c index 8d65dea4..cdd745b6 100644 --- a/src/lib/commands/spy.c +++ b/src/lib/commands/spy.c @@ -150,6 +150,7 @@ spy(void) wu(0, own, "%s (#%d) spy caught in %s\n", cname(player->cnum), player->cnum, xyas(nx, ny, own)); + nreport(player->cnum, N_SPY_SHOT, own, 1); } if (opt_HIDDEN) setcont(own, player->cnum, FOUND_SPY);