mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
EMP Proofing a camera takes one sheet of plasma (#28180)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user