info torpedo: Say "torpedo", not "torp"

Documentation and player output should use proper words.  "torp" ain't
one.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2015-01-10 09:08:25 +01:00
parent d5d92caf94
commit d5757a4735
4 changed files with 9 additions and 9 deletions

View file

@ -82,7 +82,7 @@ torp(void)
continue;
ntorping++;
}
pr("%d ships are eligible to torp\n", ntorping);
pr("%d ships are eligible to torpedo\n", ntorping);
snxtitem_rewind(&nbst);
while (nxtitem(&nbst, &sub)) {
if (!sub.shp_own)
@ -320,7 +320,7 @@ fire_torp(struct shpstr *sp, struct shpstr *targ, int ntargets)
pr("Missed!\n");
if (sp->shp_own != 0)
wu(0, sp->shp_own,
"%s missed %s with a torp at %s\n",
"%s missed %s with a torpedo at %s\n",
prship(sp), prsub(targ),
xyas(sp->shp_x, sp->shp_y, sp->shp_own));
}