diff --git a/code/datums/components/chasm.dm b/code/datums/components/chasm.dm index ec4a15749b..87a71e466e 100644 --- a/code/datums/components/chasm.dm +++ b/code/datums/components/chasm.dm @@ -7,6 +7,7 @@ var/static/list/falling_atoms = list() // Atoms currently falling into chasms var/static/list/forbidden_types = typecacheof(list( /obj/singularity, + /obj/docking_port, /obj/structure/lattice, /obj/structure/stone_tile, /obj/item/projectile,