bomb: Drop empty line after a ship's "blam-blam"
It's only printed for ships. Looks misplaced when it's followed by "sunk" or other damage reports. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
ce7f44a887
commit
2bfc574943
2 changed files with 0 additions and 9 deletions
|
@ -475,7 +475,6 @@ ship_bomb(struct emp_qelem *list, struct sctstr *target)
|
|||
prship(&ship),
|
||||
xyas(target->sct_x, target->sct_y, ship.shp_own));
|
||||
}
|
||||
pr("\n");
|
||||
shipdamage(&ship, dam);
|
||||
if (ship.shp_effic < SHIP_MINEFF)
|
||||
pr("%s at %s sunk!\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue