diff --git a/src/lib/subs/detonate.c b/src/lib/subs/detonate.c index f92ac6a1..2530faae 100644 --- a/src/lib/subs/detonate.c +++ b/src/lib/subs/detonate.c @@ -135,8 +135,6 @@ detonate(struct nukstr *np, coord x, coord y, int airburst) sprintf(buf, "did %d%%%% damage in %%s\n", damage); bp = buf; } - if ((type == SCT_CAPIT || type == SCT_MOUNT) && damage >= 100) - caploss(§, own, "\n%s lost its capital!\n\n"); (void)putsect(§); if (type != SCT_WATER) nreport(bombown, N_NUKE, own, 1);