Fixes being unable to activate low light vision while cuffed (#10266)

What it says in the title.
This commit is contained in:
Alberyk
2020-10-17 10:37:08 +03:00
committed by GitHub
parent 7d2e0e0c4b
commit 5f225cc61c
2 changed files with 7 additions and 1 deletions
@@ -33,7 +33,7 @@
if(owner.last_special > world.time)
return
if(use_check(user, USE_ALLOW_NON_ADJACENT))
if(owner.stat || owner.paralysis || owner.stunned || owner.weakened)
return
if(is_broken())