This commit is contained in:
Will
2026-03-23 11:21:46 -04:00
committed by GitHub
parent 4e8368480f
commit 5b92b952dc
2 changed files with 15 additions and 1 deletions
@@ -281,6 +281,19 @@
)
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_SERVICE | DEPARTMENT_BITFLAG_ENGINEERING
/datum/design_techweb/light_painter
name = "Light painter"
desc = "A device to configure the emission color of lighting fixtures. For those moodier moments, or just making the bar into a clown-vomit hellscape."
id = "light_painter"
build_type = AUTOLATHE | PROTOLATHE
materials = list(MAT_STEEL = 5000, MAT_GLASS = 1500)
build_path = /obj/item/lightpainter
category = list(
RND_CATEGORY_INITIAL,
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_JANITORIAL
)
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_SERVICE | DEPARTMENT_BITFLAG_ENGINEERING
/datum/design_techweb/spraybottle
name = "spray bottle"
desc = "A spray bottle, with an unscrewable top."
@@ -48,7 +48,8 @@
"photocopier",
"papershredder",
"ashtray",
"glasstray"
"glasstray",
"light_painter",
)
/datum/techweb_node/sanitation