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