From 40636c446f78809bedeb367476250efb4a04f7b8 Mon Sep 17 00:00:00 2001 From: Killian <49700375+KillianKirilenko@users.noreply.github.com> Date: Sat, 11 Oct 2025 21:50:22 +0100 Subject: [PATCH] Update tool_designs.dm (#18620) --- code/modules/research/tg/designs/tool_designs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/tg/designs/tool_designs.dm b/code/modules/research/tg/designs/tool_designs.dm index 738e6cdf7c..fe6b290a76 100644 --- a/code/modules/research/tg/designs/tool_designs.dm +++ b/code/modules/research/tg/designs/tool_designs.dm @@ -12,7 +12,7 @@ /datum/design_techweb/light_replacer name = "Light replacer" - desc = "A device to automatically replace lights. Refill with working lightbulbs." + desc = "A device to automatically replace lights. Refill with working lightbulbs. Can also recycle broken bulbs, but this requires several broken bulbs to make a functioning one." id = "light_replacer" build_type = PROTOLATHE materials = list(MAT_STEEL = 1500, MAT_SILVER = 150, MAT_GLASS = 3000) @@ -20,7 +20,7 @@ category = list( RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_JANITORIAL ) - departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_SERVICE + departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_SERVICE | DEPARTMENT_BITFLAG_ENGINEERING /datum/design_techweb/spraybottle name = "spray bottle"