adjust levitation wand engraving wording slightly

This commit is contained in:
nhmall
2025-07-13 21:37:35 -04:00
parent e240efa10b
commit 0db013c08e
6 changed files with 29 additions and 18 deletions

View File

@@ -2051,7 +2051,7 @@ able_to_loot(
if (u.usteed && P_SKILL(P_RIDING) < P_BASIC)
rider_cant_reach(); /* not skilled enough to reach */
else
cant_reach_floor(x, y, FALSE, TRUE);
cant_reach_floor(x, y, FALSE, TRUE, FALSE);
return FALSE;
} else if ((is_pool(x, y) && (looting || !Underwater)) || is_lava(x, y)) {
/* at present, can't loot in water even when Underwater;