From d4b0e567082ecb39a27aa41af13479a87b09eca9 Mon Sep 17 00:00:00 2001 From: alexkar598 Date: Fri, 23 Mar 2018 16:08:38 -0400 Subject: [PATCH] Examining holo floors will no longer hang the game(or should no longer) --- code/game/machinery/computer/HolodeckControl.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/HolodeckControl.dm b/code/game/machinery/computer/HolodeckControl.dm index 8b55d22274f..379c798888b 100644 --- a/code/game/machinery/computer/HolodeckControl.dm +++ b/code/game/machinery/computer/HolodeckControl.dm @@ -332,7 +332,7 @@ // Holographic Items! /turf/simulated/floor/holofloor/ thermal_conductivity = 0 - + icon_state = "plating" /turf/simulated/floor/holofloor/grass name = "Lush Grass" icon_state = "grass1"