wording correction

This commit is contained in:
nhmall
2023-04-24 11:31:46 -04:00
parent 4d295a38de
commit 2308e2480d

View File

@@ -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;