diff --git a/src/lib/commands/mfir.c b/src/lib/commands/mfir.c index 527dba16..e679074e 100644 --- a/src/lib/commands/mfir.c +++ b/src/lib/commands/mfir.c @@ -170,8 +170,7 @@ multifire(void) pr("Not enough mil on ship #%d\n", item.ship.shp_uid); continue; } - if (mchr[item.ship.shp_type].m_glim == 0 - && !(mchr[fship.shp_type].m_flags & M_DCH)) { + if (mchr[item.ship.shp_type].m_glim == 0) { pr("Ships %d cannot fire guns!\n", item.ship.shp_uid); continue; }