mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-21 04:33:16 +01:00
fairy lights base
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/obj/item/wallframe/light_fixture/fairy
|
||||
name = "fairy lights frame"
|
||||
icon_state = "fairy-construct-item"
|
||||
result_path = /obj/structure/light_construct/fairy
|
||||
materials = list(MAT_METAL=MINERAL_MATERIAL_AMOUNT)
|
||||
|
||||
/obj/structure/light_construct/fairy
|
||||
name = "fairy lights frame"
|
||||
icon_state = "fairy-construct-stage1"
|
||||
fixture_type = "fairy"
|
||||
sheets_refunded = 1
|
||||
|
||||
/obj/machinery/light/fairy
|
||||
icon_state = "fairy"
|
||||
base_state = "fairy"
|
||||
fitting = "fairy"
|
||||
brightness = 3
|
||||
desc = "Small fairy lights."
|
||||
light_type = /obj/item/light/fairy
|
||||
|
||||
/obj/machinery/light/fairy/broken
|
||||
status = LIGHT_BROKEN
|
||||
icon_state = "fairy-broken"
|
||||
|
||||
/obj/machinery/light/fairy/built
|
||||
icon_state = "bulb-empty"
|
||||
|
||||
/obj/machinery/light/fairy/built/Initialize()
|
||||
. = ..()
|
||||
status = LIGHT_EMPTY
|
||||
update(0)
|
||||
Reference in New Issue
Block a user