Ports Quantum Spin Inverter from TG. (#15846)

* ports bluespace swapper

* fixes materials so we can print quantum spin inverters

* its diamond not diamoond
This commit is contained in:
shellspeed1
2022-09-17 13:39:32 -07:00
committed by GitHub
parent db846b52d3
commit d83747dc74
5 changed files with 124 additions and 1 deletions
@@ -115,3 +115,13 @@
build_path = /obj/item/pipe/bluespace
category = list("Bluespace Designs")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
/datum/design/swapper //ported from TG, credit to XDTM
name = "Quantum Spin Inverter"
desc = "An experimental device that is able to swap the locations of two entities by switching their particles' spin values. Must be linked to another device to function."
id = "swapper"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 500, /datum/material/diamond = 1500, /datum/material/glass = 1000, /datum/material/bluespace = 2000, /datum/material/silver=1000)
build_path = /obj/item/swapper
category = list("Bluespace Designs")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE