diff --git a/code/modules/clothing/spacesuits/ert.dm b/code/modules/clothing/spacesuits/ert.dm index 2aab0f09fc6..d40357dbb62 100644 --- a/code/modules/clothing/spacesuits/ert.dm +++ b/code/modules/clothing/spacesuits/ert.dm @@ -48,6 +48,10 @@ if(in_range(user, src) && has_camera) . += "This helmet has a built-in camera. It's [camera ? "" : "in"]active." +/obj/item/clothing/head/helmet/space/hardsuit/ert/Destroy() + QDEL_NULL(camera) + return ..() + /obj/item/clothing/suit/space/hardsuit/ert name = "emergency response team suit" desc = "A suit worn by members of the Nanotrasen Emergency Response Team. Armoured, space ready, and fire resistant."