diff --git a/src/dbridge.c b/src/dbridge.c index e1df7429a..97a1c7316 100644 --- a/src/dbridge.c +++ b/src/dbridge.c @@ -988,7 +988,8 @@ destroy_drawbridge(coordxy x, coordxy y) } } nokiller(); - u.uevent.uheard_tune = 3; /* bridge is gone so tune is useless */ + if (Is_stronghold(&u.uz)) + u.uevent.uheard_tune = 3; /* bridge is gone so tune is now useless */ } /*dbridge.c*/