(rpt): Fix rpt[N_NUKE_SSTOP]; not every sub-launched missile is
nuclear. Closes #797330. From Marc Olzheim.
This commit is contained in:
parent
b36eaf98d3
commit
2b00422732
1 changed files with 2 additions and 2 deletions
|
@ -208,9 +208,9 @@ struct rptstr rpt[N_MAX_VERB + 1] = {
|
||||||
/* 68*/ "ship damaged by marine missile"}},
|
/* 68*/ "ship damaged by marine missile"}},
|
||||||
{0, N_COLONY, {"pilgrims settle on a new island",
|
{0, N_COLONY, {"pilgrims settle on a new island",
|
||||||
/* 69*/ "discovers new land and starts a colony"}},
|
/* 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*/
|
/* 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",
|
{-2, N_MISS, {"missile fired at %s ground troops",
|
||||||
/* 71*/ "missile hits %s troops"}},
|
/* 71*/ "missile hits %s troops"}},
|
||||||
{0, N_MISS, {"regiment struck by sub-launched missile",
|
{0, N_MISS, {"regiment struck by sub-launched missile",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue