airlock tape fix

This commit is contained in:
ZomgPonies
2013-09-13 13:29:52 -04:00
parent 55c8471b91
commit 37d5fecd9e
+1 -1
View File
@@ -1150,7 +1150,7 @@ About the new airlock wires panel:
if(src.isElectrified())
if(src.shock(user, 75))
return
if(istype(C, /obj/item/device/detective_scanner))
if(istype(C, /obj/item/device/detective_scanner) || istype(C, /obj/item/taperoll))
return
src.add_fingerprint(user)