follow-up for #954

This commit is contained in:
nhmall
2023-03-06 15:49:28 -05:00
parent 57fceb0112
commit a58a2df119

View File

@@ -1802,7 +1802,8 @@ seffect_earth(struct obj **sobjp)
if (u.uswallow) {
You_hear("rumbling.");
} else {
if (!In_quest(&u.uz)) {
if (!In_quest(&u.uz)
&& !Is_astralevel(&u.uz) && !Is_firelevel(&u.uz)) {
pline_The("%s rumbles %s you!", ceiling(u.ux, u.uy),
sblessed ? "around" : "above");
} else {