From 18b6086e70d706fa4cb5af1f4eecdce886d0c847 Mon Sep 17 00:00:00 2001 From: tkdrg Date: Sun, 21 Dec 2014 18:19:42 -0300 Subject: [PATCH] Fixes broken light floor having wrong icon_state --- code/game/turfs/simulated/floor/light_floor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/turfs/simulated/floor/light_floor.dm b/code/game/turfs/simulated/floor/light_floor.dm index f1033633551..51f52b5de4c 100644 --- a/code/game/turfs/simulated/floor/light_floor.dm +++ b/code/game/turfs/simulated/floor/light_floor.dm @@ -8,7 +8,7 @@ luminosity = 5 icon_state = "light_on" floor_tile = /obj/item/stack/tile/light - broken_states = list("light-broken") + broken_states = list("light_broken") var/on = 1 var/state //0 = fine, 1 = flickering, 2 = breaking, 3 = broken