From 7eb65e8831ebf1ed556af7cba77d74397465c9e1 Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Sat, 27 Aug 2022 14:45:21 -0500 Subject: [PATCH] Fixes pull-able glowshrooms (#18905) --- code/game/objects/effects/glowshroom.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/effects/glowshroom.dm b/code/game/objects/effects/glowshroom.dm index a7e58227bc2..a83138027f2 100644 --- a/code/game/objects/effects/glowshroom.dm +++ b/code/game/objects/effects/glowshroom.dm @@ -3,6 +3,7 @@ /obj/structure/glowshroom name = "glowshroom" desc = "Mycena Bregprox, a species of mushroom that glows in the dark." + anchored = TRUE opacity = FALSE density = FALSE icon = 'icons/obj/lighting.dmi'