if (e_inview) {
pline("%s crushed by the falling portcullis!",
E_phrase(etmp, "are"));
- } else if (!Deaf) {
+ } else if (!Deaf) {
Soundeffect(se_crushing_sound, 100);
You_hear("a crushing sound.");
- }
+ }
e_died(etmp,
XKILL_NOCORPSE | (e_inview ? XKILL_GIVEMSG
: XKILL_NOMSG),
if (Verbose(0, mdig_tunnel2) && !rn2(5)) {
Soundeffect(se_crashing_rock, 75);
You_hear("crashing rock.");
- }
+ }
if (*in_rooms(mtmp->mx, mtmp->my, SHOPBASE))
add_damage(mtmp->mx, mtmp->my, 0L);
if (gl.level.flags.is_maze_lev) {
} else {
pline("A %s ooze gushes up from the drain!",
hcolor(NH_BLACK));
- }
+ }
(void) makemon(&mons[PM_BLACK_PUDDING], x, y, MM_NOMSG);
exercise(A_DEX, TRUE);
newsym(x, y);
} else {
if (is_whirly(mtmp->data)) {
Soundeffect(se_rushing_wind_noise, 60);
- }
+ }
You_hear("a %s nearby.",
is_whirly(mtmp->data) ? "rushing noise"
: "splat");
if (Verbose(2, meatcorpse1))
pline("%s eats %s!", Monnam(mtmp), otmpname);
} else {
- Soundeffect(se_masticating_sound, 50);
+ Soundeffect(se_masticating_sound, 50);
if (Verbose(2, meatcorpse2))
You_hear("a masticating sound.");
}
} else {
Soundeffect(se_applause, 40);
You_hear("the studio audience applaud!");
- }
+ }
if (!unique_corpstat(mdat)) {
boolean mname = has_mgivenname(mtmp);
break;
}
if (howler) {
- Soundeffect(se_canine_howl, 50);
+ Soundeffect(se_canine_howl, 50);
You_hear("a %s howling at the moon.", howler);
- }
+ }
}
}
} else if (!rn2(30) || Protection_from_shape_changers) {
newsym(x, y);
} else if (!lava) {
You_hear("a crackling sound.");
- }
+ }
if (u_at(x, y)) {
if (u.uinwater) { /* not just `if (Underwater)' */
/* leave the no longer existent water */