From e62b750a78cab1a8967608bd90062cbdf06728a6 Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Tue, 13 Feb 2018 02:53:33 +0200 Subject: [PATCH] Prevents docking ports from being thrown away by chasms --- code/datums/components/chasm.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/components/chasm.dm b/code/datums/components/chasm.dm index ec4a15749b4..87a71e466ef 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,