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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* True iff monster is resistant to light-induced blindness due to some
|
/* True if monster is resistant to light-induced blindness */
|
||||||
mundane reason (already blinded) */
|
|
||||||
boolean
|
boolean
|
||||||
resists_blnd(struct monst *mon)
|
resists_blnd(struct monst *mon)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user