aaaand the rest of the modules folder

This commit is contained in:
deathride58
2018-01-04 01:45:38 -05:00
parent 8f593f0d00
commit aabbbb9dff
89 changed files with 629 additions and 788 deletions
+5 -5
View File
@@ -246,15 +246,15 @@
. = ..()
status = LIGHT_EMPTY
update(0)
..()
/obj/machinery/light/small/built
icon_state = "bulb-empty"
/obj/machinery/light/small/built/New()
/obj/machinery/light/small/built/Initialize()
. = ..()
status = LIGHT_EMPTY
update(0)
..()
// create a new lighting fixture
@@ -727,8 +727,8 @@
desc = "A broken [name]."
/obj/item/light/New()
..()
/obj/item/light/Initialize()
. = ..()
update()