mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Adds alot more initialize() part two
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user