From 2b00422732ffc1d7eff178386e0bbeb44d4e33ae Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 5 Feb 2004 16:15:13 +0000 Subject: [PATCH] (rpt): Fix rpt[N_NUKE_SSTOP]; not every sub-launched missile is nuclear. Closes #797330. From Marc Olzheim. --- src/lib/global/news.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/global/news.c b/src/lib/global/news.c index faf15320..45f8721c 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",