From 948a128a72cf7da504d3925a0607896bd9133462 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 1 Jun 2018 10:51:46 -0400 Subject: [PATCH 1/2] Merge pull request #38198 from AutomaticFrenzy/patch/chasm-beams Blacklist projectile effects from 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 88360194b3..1f3a846c61 100644 --- a/code/datums/components/chasm.dm +++ b/code/datums/components/chasm.dm @@ -11,6 +11,7 @@ /obj/structure/lattice, /obj/structure/stone_tile, /obj/item/projectile, + /obj/effect/projectile, /obj/effect/portal, /obj/effect/abstract, /obj/effect/hotspot,