From 0d40303254ad6e07748de2b31e3f02fea41c9c59 Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Mon, 12 Feb 2018 17:06:36 +0200 Subject: [PATCH 1/2] Merge pull request #35558 from praisenarsie/patch-28 fulton pack not allowed on supply shuttle --- code/modules/shuttle/supply.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/shuttle/supply.dm b/code/modules/shuttle/supply.dm index a0bc4f0d1f..213e2d8b17 100644 --- a/code/modules/shuttle/supply.dm +++ b/code/modules/shuttle/supply.dm @@ -21,7 +21,8 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( /obj/machinery/autolathe, //same /obj/item/projectile/beam/wormhole, /obj/effect/portal, - /obj/item/device/shared_storage + /obj/item/device/shared_storage, + /obj/structure/extraction_point ))) /obj/docking_port/mobile/supply