From 2b9e047ca4ab81f5a970646eb50e1fc5972e9904 Mon Sep 17 00:00:00 2001 From: Fikou Date: Mon, 10 Aug 2020 22:28:15 +0200 Subject: [PATCH] cult overlays are now anchored (#52821) should fix singularity hammers moving cult floor obj overlays and fix #47316 Also fixes #50978 --- code/modules/antagonists/cult/cult_turf_overlay.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/cult/cult_turf_overlay.dm b/code/modules/antagonists/cult/cult_turf_overlay.dm index de238d8a388..698caa7ed6e 100644 --- a/code/modules/antagonists/cult/cult_turf_overlay.dm +++ b/code/modules/antagonists/cult/cult_turf_overlay.dm @@ -1,6 +1,7 @@ //an "overlay" used by clockwork walls and floors to appear normal to mesons. /obj/effect/cult_turf/overlay mouse_opacity = MOUSE_OPACITY_TRANSPARENT + anchored = TRUE var/atom/linked /obj/effect/cult_turf/overlay/examine(mob/user)