From a58a2df1193c5bb2fb9b725c6b3f97a5d948e98c Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 6 Mar 2023 15:49:28 -0500 Subject: [PATCH] follow-up for #954 --- src/read.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/read.c b/src/read.c index e3a9d92e0..86f8405ae 100644 --- a/src/read.c +++ b/src/read.c @@ -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 {