mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user