From be0bed8f3c0e95b454c2d0043f361b87b06c45e8 Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 8 Mar 2026 03:14:29 -0700 Subject: [PATCH] rephrase comment Triviality: add a couple of commas so that a comment won't be misread. --- src/do_wear.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do_wear.c b/src/do_wear.c index bbbf5fbfd..7a65bbf07 100644 --- a/src/do_wear.c +++ b/src/do_wear.c @@ -1851,7 +1851,7 @@ dotakeoff(void) /* 'i' or 'I[' followed by and then 'T'; plain dotakeoff() would not give any feedback when picking suit - covered by cloak or shirt covered by suit and/or cloak due to the + covered by cloak, or shirt covered by suit and/or cloak, due to the default behavior of equip_ok() (skipping inaccessible items) */ int ia_dotakeoff(void)