From 2c456704c48c0ba594846b9f15d46093c432224f Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 6 Feb 2022 02:18:17 -0800 Subject: [PATCH] comment typo --- src/hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hack.c b/src/hack.c index dacb8d889..7c1bce07f 100644 --- a/src/hack.c +++ b/src/hack.c @@ -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."); -- 2.50.1