From d29c1d59bd5c1a7e4b3140de9876c10981f6cfa1 Mon Sep 17 00:00:00 2001 From: swankcookie <__X__> Date: Wed, 30 Dec 2015 00:52:26 -0600 Subject: [PATCH 1/2] fixes holopad layer --- code/game/machinery/hologram.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index c8d12f9c780..48c0b98b1ab 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -35,6 +35,7 @@ var/const/HOLOPAD_MODE = RANGE_BASED name = "\improper AI holopad" desc = "It's a floor-mounted device for projecting holographic images. It is activated remotely." icon_state = "holopad0" + layer = 3.1 flags = HEAR languages = ROBOT | HUMAN var/list/masters = list()//List of AIs that use the holopad From c5a8eb061a4865f1512c7748585a2b90a747cd3a Mon Sep 17 00:00:00 2001 From: swankcookie <__X__> Date: Wed, 30 Dec 2015 01:06:11 -0600 Subject: [PATCH 2/2] corrected layer --- code/game/machinery/hologram.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index b89d9ad1b29..e231a84906a 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -35,7 +35,7 @@ var/const/HOLOPAD_MODE = RANGE_BASED name = "\improper AI holopad" desc = "It's a floor-mounted device for projecting holographic images. It is activated remotely." icon_state = "holopad0" - layer = 3.1 + layer = 2.1 flags = HEAR languages = ROBOT | HUMAN var/list/masters = list()//List of AIs that use the holopad