mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 16:16:45 +01:00
KILLS STATPANEL (#4877)
Co-authored-by: VM_USER <VM_USER> Co-authored-by: silicons <no@you.cat>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
silicons
parent
55da42c20a
commit
fb429e51a4
@@ -36,7 +36,7 @@
|
||||
IC.emp_act(severity)
|
||||
|
||||
/obj/item/implant/integrated_circuit/examine(mob/user)
|
||||
IC.examine(user)
|
||||
return IC.examine(user)
|
||||
|
||||
/obj/item/implant/integrated_circuit/attackby(var/obj/item/O, var/mob/user)
|
||||
if(O.is_crowbar() || istype(O, /obj/item/integrated_electronics) || istype(O, /obj/item/integrated_circuit) || O.is_screwdriver() || istype(O, /obj/item/cell/device) )
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
else
|
||||
return
|
||||
else
|
||||
imp_in.verbs -= assigned_proc
|
||||
remove_verb(imp_in, assigned_proc)
|
||||
return
|
||||
|
||||
if(reagents)
|
||||
|
||||
Reference in New Issue
Block a user