Large Variety Of Hard Dels (#21834)

I spent the entirety of today's event looking at hard dels with my new
digital minions. This was *nearly* every Hard Del that came up during
2/7/2026's event. It turns out that AI is extremely well suited to
hunting down circular references like this across an entire repo. This
PR was made with Antigravity-Gemini3Pro.

I have not yet tested this PR.

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: Wildkins <john.wildkins@gmail.com>
This commit is contained in:
VMSolidus
2026-02-17 15:57:11 +00:00
committed by GitHub
co-authored by Wildkins
parent 7f664eb1eb
commit 8998842f7a
37 changed files with 161 additions and 79 deletions
@@ -24,7 +24,6 @@
/obj/item/modular_computer/handheld/Destroy()
. = ..()
GC_TEMPORARY_HARDDEL
/obj/item/modular_computer/handheld/proc/set_icon()
icon_state_unpowered = icon_state
@@ -29,7 +29,6 @@
/obj/item/modular_computer/silicon/Destroy()
computer_host = null
. = ..()
GC_TEMPORARY_HARDDEL
/obj/item/modular_computer/silicon/computer_use_power(power_usage)
// If we have host like AI, borg or pAI we handle their power
@@ -5,7 +5,6 @@
/obj/item/modular_computer/laptop/preset/Destroy()
. = ..()
GC_TEMPORARY_HARDDEL
/obj/item/modular_computer/laptop/preset/install_default_hardware()
..()
@@ -1,6 +1,5 @@
/obj/item/modular_computer/telescreen/preset/Destroy()
. = ..()
GC_TEMPORARY_HARDDEL
/obj/item/modular_computer/telescreen/preset/install_default_hardware()
..()