From b83e52fe1dee7e497df2ef1766e1710c8424b726 Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Sun, 28 Aug 2016 17:09:08 +0100 Subject: [PATCH] Holosigns cannot be carried around --- code/game/machinery/holosign.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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