Merge pull request #1278 from ArchieBeepBoop/camerathings

Prevents Chasms from eating camera sights.
This commit is contained in:
Dahlular
2021-06-15 18:15:35 -06:00
committed by GitHub
+1
View File
@@ -6,6 +6,7 @@
var/static/list/falling_atoms = list() // Atoms currently falling into chasms
var/static/list/forbidden_types = typecacheof(list(
/mob/camera,
/obj/singularity,
/obj/docking_port,
/obj/structure/lattice,