diff --git a/src/lib/commands/mfir.c b/src/lib/commands/mfir.c index f6f95d1b..13056354 100644 --- a/src/lib/commands/mfir.c +++ b/src/lib/commands/mfir.c @@ -283,7 +283,7 @@ multifire(void) dam = shp_fire(&fship); } putship(fship.shp_uid, &fship); - if (dam == 0 || CANT_HAPPEN(dam < 0)) { + if (CANT_HAPPEN(dam < 0)) { pr("Klick! ...\n"); continue; }