Use all-caps for a few acronyms and for "OK"

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-08-05 18:52:17 +02:00
parent ab004fed13
commit a83c512dd5
18 changed files with 31 additions and 31 deletions

View file

@ -218,7 +218,7 @@ sneak_ashore(struct combat off[], struct emp_qelem *olist,
wu(0, def->own, "%s spy spotted in %s.\n",
cname(player->cnum), xyas(def->x, def->y,
def->own));
pr(" but made it ok.\n");
pr(" but made it OK.\n");
}
}
}

View file

@ -606,7 +606,7 @@ land_bomb(struct emp_qelem *list, struct sctstr *target)
flak = roundavg(techfact(land.lnd_tech,
aaf * 3.0 * land.lnd_effic / 100.0));
mpr(land.lnd_own,
"Flak! Firing flak guns from unit %s (aa rating %d)\n",
"Flak! Firing flak guns from unit %s (AA rating %d)\n",
prland(&land), aaf);
if (pinflak_planedamage(&plp->plane, plp->pcp, land.lnd_own, flak))
continue;