comment typo

This commit is contained in:
PatR
2022-02-06 02:18:17 -08:00
parent 2ca66eaddb
commit 2c456704c4

View File

@@ -2885,7 +2885,7 @@ pickup_checks(void)
}
traphere = t_at(u.ux, u.uy);
if (!can_reach_floor(traphere && is_pit(traphere->ttyp))) {
/* it here's a hole here, any objects here clearly aren't at
/* if there's a hole here, any objects here clearly aren't at
the bottom so only check for pits */
if (traphere && uteetering_at_seen_pit(traphere)) {
You("cannot reach the bottom of the pit.");