From 18228acf2f0596767bf774c172bf14f2a52c3eb5 Mon Sep 17 00:00:00 2001 From: FrozenGuy5 <31222036+praisenarsie@users.noreply.github.com> Date: Sun, 11 Feb 2018 21:36:42 +0000 Subject: [PATCH] fulton pack not allowed on supply shittle --- 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 a0bc4f0d1f1..213e2d8b179 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