From 605e6d3991c80c30eae744d89d872e8ba45afce8 Mon Sep 17 00:00:00 2001 From: emmanuelbassil <6874235+emmanuelbassil@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:02:38 +0300 Subject: [PATCH] [MIRROR] Fixes #34548 --- .../singularity/particle_accelerator/particle_accelerator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/singularity/particle_accelerator/particle_accelerator.dm b/code/modules/power/singularity/particle_accelerator/particle_accelerator.dm index 72d4e4e75ab69..849526aa503bf 100644 --- a/code/modules/power/singularity/particle_accelerator/particle_accelerator.dm +++ b/code/modules/power/singularity/particle_accelerator/particle_accelerator.dm @@ -62,7 +62,7 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin icon_state = "none" anchored = FALSE density = TRUE - obj_flags = OBJ_FLAG_ROTATABLE + obj_flags = OBJ_FLAG_ROTATABLE | OBJ_FLAG_ANCHORABLE var/obj/machinery/particle_accelerator/control_box/master = null var/const/CONSTRUCT_STATE_UNANCHORED = 0