Fix #28176 : You can EMP Proof a camera with a sheet of plasma (#1478)

This commit is contained in:
CitadelStationBot
2017-06-13 15:46:42 -05:00
committed by kevinz000
parent 88b00f0538
commit 6b79f26c9b
+2 -1
View File
@@ -159,9 +159,10 @@
else if(istype(W, /obj/item/stack/sheet/mineral/plasma))
if(!isEmpProof())
var/obj/item/stack/sheet/mineral/plasma/P = W
upgradeEmpProof()
to_chat(user, "[msg]")
qdel(W)
P.use(1)
else
to_chat(user, "[msg2]")
return