Merge pull request #35612 from vuonojenmustaturska/vuonojenmustaturska-patch-1

Prevents docking ports from being thrown away by chasms
This commit is contained in:
Jordan Brown
2018-02-13 21:56:57 -05:00
committed by CitadelStationBot
parent 01f76f4588
commit 70f90f8252
+1
View File
@@ -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,