From 634aa708f4a749e35ec4539808f0a79fd88334b7 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 8 Feb 2015 12:09:05 +0100 Subject: [PATCH] fire: Drop a sanity check that can't fail Can't fail since commit 66165f3, v4.3.14. Signed-off-by: Markus Armbruster --- src/lib/commands/mfir.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/commands/mfir.c b/src/lib/commands/mfir.c index 3e58b5548..fbe224559 100644 --- a/src/lib/commands/mfir.c +++ b/src/lib/commands/mfir.c @@ -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; -- 2.43.0