Commit e034d70a5f9d38082e5693fe5ac17ca9fdaa3b15
1 parent
01203ecd
Remove Blind change
Totally didn't mean to commit this, was just testing if it worked.
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -6875,7 +6875,7 @@ function _M:canSeeNoCache(actor, def, def_pct) |
6875 | 6875 | end |
6876 | 6876 | |
6877 | 6877 | -- Blindness means can't see anything |
6878 | - if self:attr("blind") and not (actor == game.player) then | |
6878 | + if self:attr("blind") then | |
6879 | 6879 | |
6880 | 6880 | return false, 0 |
6881 | 6881 | end | ... | ... |
-
Please register or login to post a comment