From 95aceb17229630f581054725b147c7cdfeea1930 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 31 Dec 2023 21:06:52 +0200 Subject: [PATCH] Remove double boom on cancelling a magical trap --- src/zap.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/zap.c b/src/zap.c index 8bfaab882..c012e2744 100644 --- a/src/zap.c +++ b/src/zap.c @@ -3489,10 +3489,6 @@ maybe_explode_trap( } else if (is_magical_trap(ttmp->ttyp)) { int seeit = cansee(x, y); - if (!Deaf) { - Soundeffect(se_kaboom, 80); - pline("Kaboom!"); - } /* note: this explosion mustn't destroy otmp */ explode(x, y, -WAN_CANCELLATION, 20 + d(3, 6), TRAP_EXPLODE, EXPL_MAGICAL);