(ship_bomb): Clarify.
This commit is contained in:
parent
ffeac61020
commit
766538bc2f
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ ship_bomb(struct emp_qelem *list, struct sctstr *target)
|
||||||
if (((ship.shp_rflags & RET_INJURED) == 0) || !dam)
|
if (((ship.shp_rflags & RET_INJURED) == 0) || !dam)
|
||||||
retreat_ship(&ship, 'b');
|
retreat_ship(&ship, 'b');
|
||||||
putship(ship.shp_uid, &ship);
|
putship(ship.shp_uid, &ship);
|
||||||
getship(n, &ship);
|
getship(ship.shp_uid, &ship);
|
||||||
if (!ship.shp_own) {
|
if (!ship.shp_own) {
|
||||||
pr("%s at %s sunk!\n",
|
pr("%s at %s sunk!\n",
|
||||||
prship(&ship),
|
prship(&ship),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue