From 2308e2480d411fd62001c3ef4a6a712e267ce018 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 24 Apr 2023 11:31:46 -0400 Subject: [PATCH] wording correction --- src/hack.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hack.c b/src/hack.c index 808e6ea7c..17547ea31 100644 --- a/src/hack.c +++ b/src/hack.c @@ -3332,8 +3332,7 @@ pickup_checks(void) else if (IS_ALTAR(lev->typ)) pline("Moving the altar would be a very bad idea."); else if (lev->typ == STAIRS) - pline_The("stairs are solidly fixed to the %s.", - surface(u.ux, u.uy)); + pline_The("stairs are solidly affixed."); else There("is nothing here to pick up."); return 0;