From 5c1e87b131060e856c05c61758b841bceb9db2f3 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Fri, 1 Jan 2016 13:21:41 +1030 Subject: [PATCH] Fixes holopad messaging. --- 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 501ec06629..d34acd5d2d 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" + show_messages = 1 layer = TURF_LAYER+0.1 //Preventing mice and drones from sneaking under them.