mission: Fix an error message pasto going back to Chainsaw 3
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
6f3f78481d
commit
8a65621275
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ mission(void)
|
||||||
|
|
||||||
pcp = &plchr[(int)gp->type];
|
pcp = &plchr[(int)gp->type];
|
||||||
if (!(pcp->pl_flags & P_F)) {
|
if (!(pcp->pl_flags & P_F)) {
|
||||||
pr("Only planes with the intercept abilities can perform air defense.\n"
|
pr("Only planes with the intercept ability can perform air defense.\n"
|
||||||
"%s #%d is ineligible\n",
|
"%s #%d is ineligible\n",
|
||||||
pcp->pl_name, gp->uid);
|
pcp->pl_name, gp->uid);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue