mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
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:
co-authored by
AffectedArc07
parent
21414960aa
commit
5c9d20f65f
@@ -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")
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user