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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user