Fix reporting of shot spies in news
Broken in commit 89e33f62
, v4.3.16.
This commit is contained in:
parent
08bc09443d
commit
d2fba584e8
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue