fire: Drop a sanity check that can't fail
Can't fail since commit 66165f3
, v4.3.14.
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
7b700e82c6
commit
634aa708f4
1 changed files with 0 additions and 4 deletions
|
@ -280,10 +280,6 @@ multifire(void)
|
||||||
if (target == targ_sub)
|
if (target == targ_sub)
|
||||||
/* Don't tell it's a sub */
|
/* Don't tell it's a sub */
|
||||||
range2 = -1;
|
range2 = -1;
|
||||||
if (fship.shp_item[I_GUN] == 0) {
|
|
||||||
pr("Insufficient arms.\n");
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
dam = shp_fire(&fship);
|
dam = shp_fire(&fship);
|
||||||
}
|
}
|
||||||
fship.shp_mission = 0;
|
fship.shp_mission = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue