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:
Markus Armbruster 2015-02-08 12:09:05 +01:00
parent 7b700e82c6
commit 634aa708f4

View file

@ -280,10 +280,6 @@ multifire(void)
if (target == targ_sub)
/* Don't tell it's a sub */
range2 = -1;
if (fship.shp_item[I_GUN] == 0) {
pr("Insufficient arms.\n");
continue;
}
dam = shp_fire(&fship);
}
fship.shp_mission = 0;