Ports the Bluespace Light Replacer from BeeStation (#20545)

* Ports the Bluespace Light Replacer from BeeStation

* advanced replacer for janitor ERT

* wrong place

* Preventing it from being used over cameras

* Update code/game/objects/items/devices/lightreplacer.dm

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* bluespace replacer only for gamma

---------

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
Henri215
2023-03-22 22:22:19 -05:00
committed by GitHub
co-authored by AffectedArc07
parent 21414960aa
commit 5c9d20f65f
5 changed files with 35 additions and 13 deletions
@@ -50,3 +50,13 @@
materials = list(MAT_METAL = 1500, MAT_SILVER = 150, MAT_GLASS = 3000)
build_path = /obj/item/lightreplacer
category = list("Janitorial")
/datum/design/light_replacer_bluespace
name = "Bluespace Light Replacer"
desc = "A device to automatically replace lights from a distance. Refill with working light bulbs."
id = "light_replacer_bluespace"
req_tech = list("bluespace" = 7, "materials" = 5, "engineering" = 6, "plasmatech" = 6)
build_type = PROTOLATHE
materials = list(MAT_METAL = 1500, MAT_SILVER = 150, MAT_GLASS = 6000, MAT_BLUESPACE = 300)
build_path = /obj/item/lightreplacer/bluespace
category = list("Janitorial")
+2 -2
View File
@@ -487,7 +487,7 @@
l_pocket = /obj/item/melee/classic_baton/telescopic
backpack_contents = list(
/obj/item/grenade/chem_grenade/antiweed = 2,
/obj/item/reagent_containers/spray/cleaner/advanced = 1,
/obj/item/lightreplacer = 1,
/obj/item/storage/bag/trash = 1,
/obj/item/twohanded/push_broom,
/obj/item/storage/box/lights/mixed = 1,
@@ -534,7 +534,7 @@
/obj/item/grenade/clusterbuster/cleaner = 1,
/obj/item/storage/box/lights/mixed = 1,
/obj/item/storage/bag/trash/bluespace = 1,
/obj/item/reagent_containers/spray/cleaner/advanced = 1,
/obj/item/lightreplacer/bluespace = 1,
/obj/item/melee/flyswatter = 1
)