From 7bb4ff2d2a2c3c1401ab7189c421487fa3e7d45d Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 24 Jul 2017 06:07:21 -0500 Subject: [PATCH] Fixes yet another supply shuttle issue (#2105) --- code/modules/shuttle/supply.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/shuttle/supply.dm b/code/modules/shuttle/supply.dm index c0d3714acf..170073d5df 100644 --- a/code/modules/shuttle/supply.dm +++ b/code/modules/shuttle/supply.dm @@ -16,7 +16,9 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( /obj/structure/recieving_pad, /obj/effect/clockwork/spatial_gateway, /obj/structure/destructible/clockwork/powered/clockwork_obelisk, - /obj/item/device/warp_cube + /obj/item/device/warp_cube, + /obj/machinery/r_n_d/protolathe, //print tracking beacons, send shuttle + /obj/machinery/autolathe //same ))) /obj/docking_port/mobile/supply