fix a soundeffects typo

This commit is contained in:
nhmall
2023-02-28 16:15:56 -05:00
parent 844e71e18e
commit 7aead98a49
2 changed files with 1 additions and 2 deletions

View File

@@ -135,7 +135,6 @@
seffect(loud_crash),
seffect(loud_pop),
seffect(loud_splash),
seffect(lound_crash),
seffect(low_buzzing),
seffect(low_hum),
seffect(maniacal_laughter),

View File

@@ -903,7 +903,7 @@ destroy_drawbridge(coordxy x, coordxy y)
}
} else {
/* no moat beneath */
Soundeffect(se_lound_crash, 100); /* Deaf-aware */
Soundeffect(se_loud_crash, 100); /* Deaf-aware */
if (cansee(x, y) || u_at(x, y))
pline_The("drawbridge disintegrates!");
else