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:
parent
d5d92caf94
commit
d5757a4735
4 changed files with 9 additions and 9 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue