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:
Markus Armbruster 2021-01-04 10:02:26 +01:00
parent da9d5c6404
commit 7b24e312e3

View file

@ -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;