]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/mfir.c
fire: Drop a sanity check that can't fail
[empserver] / src / lib / commands / mfir.c
index 3e58b55487aaa74fdccaed18fb74847b017f5704..fbe2245592b62b3d9e4b3cc9339b7aba056e3069 100644 (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;