ID Card Hard Del (#22276)

Fixes a hard del related to ID cards. Yet another of the "extremely tiny
hard dels".
This commit is contained in:
VMSolidus
2026-04-19 05:28:28 +00:00
committed by GitHub
parent fbcaf7168d
commit 90ceccb06b
5 changed files with 11 additions and 5 deletions
@@ -74,7 +74,6 @@
/mob/living/silicon/Destroy()
GLOB.silicon_mob_list -= src
QDEL_NULL(computer)
QDEL_NULL(computer)
QDEL_NULL(id_card)
QDEL_NULL(common_radio)
for(var/datum/alarm_handler/AH in SSalarm.all_handlers)