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

@@ -360,7 +360,7 @@ use_stethoscope(struct obj *obj)
Soundeffect(se_faint_splashing, 35);
You_hear("faint splashing.");
} else if (u.dz < 0 || !can_reach_floor(TRUE)) {
cant_reach_floor(u.ux, u.uy, (u.dz < 0), TRUE);
cant_reach_floor(u.ux, u.uy, (u.dz < 0), TRUE, FALSE);
} else if (its_dead(u.ux, u.uy, &res)) {
; /* message already given */
} else if (Is_stronghold(&u.uz)) {