mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +00:00
Fix.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
return
|
||||
|
||||
..()
|
||||
if ((H.invisibility == INVISIBILITY_LEVEL_TWO) && back && (istype(back, /obj/item/weapon/rig)))
|
||||
if ((H.invisibility == INVISIBILITY_LEVEL_TWO) && M.back && (istype(M.back, /obj/item/weapon/rig)))
|
||||
H << "<span class='danger'>You are now visible.</span>"
|
||||
H.invisibility = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user