From 17dad68514048213ec1f8761a4a3fd732bd97921 Mon Sep 17 00:00:00 2001 From: RatFromTheJungle <62520989+RatFromTheJungle@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:24:42 -0400 Subject: [PATCH] adds the autopsy scanner to the big deforest medical kit (dufflebag?) allowed items (#4197) Update storage_items.dm --- .../modules/deforest_medical_items/code/storage_items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_nova/modules/deforest_medical_items/code/storage_items.dm b/modular_nova/modules/deforest_medical_items/code/storage_items.dm index 0cfee76281e..d217f6154cf 100644 --- a/modular_nova/modules/deforest_medical_items/code/storage_items.dm +++ b/modular_nova/modules/deforest_medical_items/code/storage_items.dm @@ -334,6 +334,7 @@ . = ..() can_hold = typecacheof(list( + /obj/item/autopsy_scanner, /obj/item/blood_filter, /obj/item/bonesetter, /obj/item/cautery,