EMP Proofing a camera takes one sheet of plasma (#28180)

This commit is contained in:
Expletive
2017-06-08 12:31:29 +02:00
committed by AnturK
parent 0398128384
commit 6b288af33f
+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