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
da9d5c6404
commit
7b24e312e3
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ mission(void)
|
|||
|
||||
pcp = &plchr[(int)gp->type];
|
||||
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",
|
||||
pcp->pl_name, gp->uid);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue