fix a soundeffects typo
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user