mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Fixes a bunch of things being able to get to centcom (#23485)
* Fixes a bunch of things being able to get to centcom * whoops * smart
This commit is contained in:
@@ -12,7 +12,12 @@ var/list/blacklisted_cargo_types = typecacheof(list(
|
||||
/obj/machinery/telepad,
|
||||
/obj/machinery/quantumpad,
|
||||
/obj/machinery/clonepod,
|
||||
/obj/effect/mob_spawn
|
||||
/obj/effect/mob_spawn,
|
||||
/obj/effect/hierophant,
|
||||
/obj/structure/recieving_pad,
|
||||
/obj/effect/clockwork/spatial_gateway,
|
||||
/obj/structure/destructible/clockwork/powered/clockwork_obelisk,
|
||||
/obj/item/device/warp_cube
|
||||
))
|
||||
|
||||
/obj/docking_port/mobile/supply
|
||||
|
||||
Reference in New Issue
Block a user