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'