diff --git a/code/game/machinery/holosign.dm b/code/game/machinery/holosign.dm index d44ee2e3930..3abbcef84ae 100644 --- a/code/game/machinery/holosign.dm +++ b/code/game/machinery/holosign.dm @@ -5,6 +5,7 @@ icon = 'icons/obj/holosign.dmi' icon_state = "sign_off" layer = 4 + anchored = 1 var/lit = 0 var/id = null var/on_icon = "sign_on" @@ -72,4 +73,4 @@ M.toggle() return - return \ No newline at end of file + return