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".
This commit is contained in:
PatR
2024-04-22 11:10:02 -07:00
parent 3ec8eb59de
commit a6003fd625

View File

@@ -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)
{