From a6003fd625f7c563416f7ce77f1439784a97060b Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 22 Apr 2024 11:10:02 -0700 Subject: [PATCH] resists_blnd() comment update The only-if part of 'iff' was no longer accurate when the description was changed to say "due to mundane reason". --- src/mondata.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mondata.c b/src/mondata.c index 07a3259a3..2a0333c5d 100644 --- a/src/mondata.c +++ b/src/mondata.c @@ -170,8 +170,7 @@ resists_magm(struct monst *mon) return FALSE; } -/* True iff monster is resistant to light-induced blindness due to some - mundane reason (already blinded) */ +/* True if monster is resistant to light-induced blindness */ boolean resists_blnd(struct monst *mon) {