whitespace cleanup on files just modified
This commit is contained in:
@@ -588,10 +588,10 @@ do_entity(struct entity *etmp)
|
||||
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),
|
||||
|
||||
@@ -1321,7 +1321,7 @@ mdig_tunnel(struct monst *mtmp)
|
||||
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) {
|
||||
|
||||
@@ -1327,7 +1327,7 @@ dokick(void)
|
||||
} 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);
|
||||
|
||||
@@ -744,7 +744,7 @@ mattacku(register struct monst *mtmp)
|
||||
} else {
|
||||
if (is_whirly(mtmp->data)) {
|
||||
Soundeffect(se_rushing_wind_noise, 60);
|
||||
}
|
||||
}
|
||||
You_hear("a %s nearby.",
|
||||
is_whirly(mtmp->data) ? "rushing noise"
|
||||
: "splat");
|
||||
|
||||
@@ -1443,7 +1443,7 @@ meatcorpse(
|
||||
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.");
|
||||
}
|
||||
@@ -3258,7 +3258,7 @@ xkilled(
|
||||
} else {
|
||||
Soundeffect(se_applause, 40);
|
||||
You_hear("the studio audience applaud!");
|
||||
}
|
||||
}
|
||||
if (!unique_corpstat(mdat)) {
|
||||
boolean mname = has_mgivenname(mtmp);
|
||||
|
||||
|
||||
@@ -31,9 +31,9 @@ were_change(struct monst *mon)
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user