wording correction
This commit is contained in:
+1
-2
@@ -3332,8 +3332,7 @@ pickup_checks(void)
|
|||||||
else if (IS_ALTAR(lev->typ))
|
else if (IS_ALTAR(lev->typ))
|
||||||
pline("Moving the altar would be a very bad idea.");
|
pline("Moving the altar would be a very bad idea.");
|
||||||
else if (lev->typ == STAIRS)
|
else if (lev->typ == STAIRS)
|
||||||
pline_The("stairs are solidly fixed to the %s.",
|
pline_The("stairs are solidly affixed.");
|
||||||
surface(u.ux, u.uy));
|
|
||||||
else
|
else
|
||||||
There("is nothing here to pick up.");
|
There("is nothing here to pick up.");
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user