Removes Destroy overrides from most circuit components (#60492)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
Watermelon914
2021-07-29 02:31:42 +01:00
committed by GitHub
parent 7b5e83e1e9
commit ac2efd9b86
44 changed files with 0 additions and 291 deletions
@@ -15,10 +15,6 @@
. = ..()
target = add_input_port("Target", PORT_TYPE_ATOM)
/obj/item/circuit_component/pull/Destroy()
target = null
return ..()
/obj/item/circuit_component/pull/input_received(datum/port/input/port)
. = ..()
if(.)