mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-18 05:43:08 +00:00
16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
/obj/structure/light_construct/floor
|
|
name = "floor light fixture frame"
|
|
icon = 'modular_sand/icons/obj/lighting.dmi'
|
|
icon_state = "floor-construct-stage1"
|
|
fixture_type = "floor"
|
|
sheets_refunded = 1
|
|
|
|
/obj/machinery/light/floor/built
|
|
icon_state = "floor-empty"
|
|
start_with_cell = FALSE
|
|
|
|
/obj/machinery/light/floor/built/Initialize(mapload)
|
|
. = ..()
|
|
status = LIGHT_EMPTY
|
|
update(0)
|