From: Markus Armbruster Date: Thu, 5 Feb 2004 16:15:13 +0000 (+0000) Subject: (rpt): Fix rpt[N_NUKE_SSTOP]; not every sub-launched missile is X-Git-Tag: v4.2.13~47 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=2b00422732ffc1d7eff178386e0bbeb44d4e33ae (rpt): Fix rpt[N_NUKE_SSTOP]; not every sub-launched missile is nuclear. Closes #797330. From Marc Olzheim. --- diff --git a/src/lib/global/news.c b/src/lib/global/news.c index faf153202..45f8721c0 100644 --- a/src/lib/global/news.c +++ b/src/lib/global/news.c @@ -208,9 +208,9 @@ struct rptstr rpt[N_MAX_VERB + 1] = { /* 68*/ "ship damaged by marine missile"}}, {0, N_COLONY, {"pilgrims settle on a new island", /* 69*/ "discovers new land and starts a colony"}}, - {0, N_MISS, {"abms intercept an incoming nuclear device", + {0, N_MISS, {"abms intercept an incoming sub-launched missile", /* 70*/ - "strategic defense systems destroy an incoming nuclear warhead"}}, + "strategic defense systems destroy an incoming sub-launched warhead"}}, {-2, N_MISS, {"missile fired at %s ground troops", /* 71*/ "missile hits %s troops"}}, {0, N_MISS, {"regiment struck by sub-launched missile",