This commit is contained in:
Akrilla
2016-05-25 20:56:28 +01:00
parent 23b9b52381
commit 557bb22e01

View File

@@ -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