Kills off /obj/item/device (#6561)
This commit is contained in:
@@ -5,7 +5,7 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
|
||||
/obj/structure/spider/spiderling,
|
||||
/obj/item/disk/nuclear,
|
||||
/obj/machinery/nuclearbomb,
|
||||
/obj/item/device/beacon,
|
||||
/obj/item/beacon,
|
||||
/obj/singularity,
|
||||
/obj/machinery/teleport/station,
|
||||
/obj/machinery/teleport/hub,
|
||||
@@ -16,12 +16,12 @@ 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/warp_cube,
|
||||
/obj/machinery/rnd/production/protolathe, //print tracking beacons, send shuttle
|
||||
/obj/machinery/autolathe, //same
|
||||
/obj/item/projectile/beam/wormhole,
|
||||
/obj/effect/portal,
|
||||
/obj/item/device/shared_storage,
|
||||
/obj/item/shared_storage,
|
||||
/obj/structure/extraction_point
|
||||
)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user