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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user