From c3329f1b84fc0de2e89b8839a58ab1f688e8fb0e Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Wed, 26 Jul 2017 15:44:51 -0500 Subject: [PATCH] Portals do not go on supply shuttles --- code/modules/shuttle/supply.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/shuttle/supply.dm b/code/modules/shuttle/supply.dm index 170073d5df..07a0d0bcee 100644 --- a/code/modules/shuttle/supply.dm +++ b/code/modules/shuttle/supply.dm @@ -18,7 +18,10 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( /obj/structure/destructible/clockwork/powered/clockwork_obelisk, /obj/item/device/warp_cube, /obj/machinery/r_n_d/protolathe, //print tracking beacons, send shuttle - /obj/machinery/autolathe //same + /obj/machinery/autolathe, //same + /obj/item/projectile/beam/wormhole, + /obj/effect/portal, + /obj/item/device/shared_storage ))) /obj/docking_port/mobile/supply