diff --git a/code/modules/clothing/suits/toggles.dm b/code/modules/clothing/suits/toggles.dm index 15bba89ad87..d8d1f409691 100644 --- a/code/modules/clothing/suits/toggles.dm +++ b/code/modules/clothing/suits/toggles.dm @@ -99,6 +99,7 @@ ..() /obj/item/clothing/suit/space/hardsuit/Destroy() qdel(helmet) + qdel(jetpack) ..() /obj/item/clothing/suit/space/hardsuit/proc/MakeHelmet()