Port the Bluespace Light Replacer

- Ports the Bluespace Light Replacer from TG
-- Added to Applied Bluespace Research instead of Advanced Sanitation Technology
- Makes the basic Light Replacer a default tech node
This commit is contained in:
Darius
2022-12-24 15:57:11 -05:00
parent 0712bb4c79
commit d3e018720c
5 changed files with 28 additions and 3 deletions
@@ -407,6 +407,16 @@
category = list("Equipment")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE | DEPARTMENTAL_FLAG_ENGINEERING
/datum/design/light_replacer_blue
name = "Bluespace Light Replacer"
desc = "A device to automatically replace lights at a distance. Refill with working light bulbs."
id = "light_replacer_blue"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 1500, /datum/material/silver = 150, /datum/material/glass = 3000, /datum/material/bluespace = 300)
build_path = /obj/item/lightreplacer/blue
category = list("Equipment")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE | DEPARTMENTAL_FLAG_ENGINEERING
/datum/design/normtrash
name = "Trashbag"
desc = "It's a bag for trash, you put garbage in it."