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-28 18:31:42 -07:00
committed by GitHub
co-authored by Watermelon914
parent 7b5e83e1e9
commit ac2efd9b86
44 changed files with 0 additions and 291 deletions
-14
View File
@@ -80,20 +80,6 @@
bolted = add_output_port("Bolted", PORT_TYPE_SIGNAL)
unbolted = add_output_port("Unbolted", PORT_TYPE_SIGNAL)
/obj/item/circuit_component/airlock/Destroy()
bolt = null
unbolt = null
open = null
close = null
is_open = null
is_bolted = null
opened = null
closed = null
bolted = null
unbolted = null
attached_airlock = null
return ..()
/obj/item/circuit_component/airlock/register_shell(atom/movable/shell)
. = ..()
if(istype(shell, /obj/machinery/door/airlock))