Adds alot more initialize() part two

This commit is contained in:
FrozenGuy5
2017-11-12 10:56:33 +00:00
parent de0d93467e
commit 5294c48be1
28 changed files with 78 additions and 73 deletions

View File

@@ -194,17 +194,18 @@
icon_state = "tube-empty"
/obj/machinery/light/built/Initialize()
. = ..()
status = LIGHT_EMPTY
update(0)
. = ..()
/obj/machinery/light/small/built
icon_state = "bulb-empty"
/obj/machinery/light/small/built/Initialize()
. = ..()
status = LIGHT_EMPTY
update(0)
. = ..()
// create a new lighting fixture