mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes being unable to activate low light vision while cuffed (#10266)
What it says in the title.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user