mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
- Fixed design IDs not being unique. They should be constructable now.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5568 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1063,16 +1063,16 @@ datum/design/subspace_amplifier
|
|||||||
datum/design/subspace_treatment
|
datum/design/subspace_treatment
|
||||||
name = "Subspace Treatment Disk"
|
name = "Subspace Treatment Disk"
|
||||||
desc = "A compact micro-machine capable of stretching out hyper-compressed radio waves."
|
desc = "A compact micro-machine capable of stretching out hyper-compressed radio waves."
|
||||||
id = "s-amplifier"
|
id = "s-treatment"
|
||||||
req_tech = list("programming" = 3, "magnets" = 2, "materials" = 4, "bluespace" = 2)
|
req_tech = list("programming" = 3, "magnets" = 2, "materials" = 4, "bluespace" = 2)
|
||||||
build_type = PROTOLATHE
|
build_type = PROTOLATHE
|
||||||
materials = list("$metal" = 10, "$silver" = 20)
|
materials = list("$metal" = 10, "$silver" = 20)
|
||||||
build_path = "/obj/item/weapon/stock_parts/subspace/treatment"
|
build_path = "/obj/item/weapon/stock_parts/subspace/treatment"
|
||||||
|
|
||||||
datum/design/subspace_analyzer
|
datum/design/subspace_analyzer
|
||||||
name = "Subspace Treatment Disk"
|
name = "Subspace Analyzer"
|
||||||
desc = "A sophisticated analyzer capable of analyzing cryptic subspace wavelengths."
|
desc = "A sophisticated analyzer capable of analyzing cryptic subspace wavelengths."
|
||||||
id = "s-amplifier"
|
id = "s-analyzer"
|
||||||
req_tech = list("programming" = 3, "magnets" = 4, "materials" = 4, "bluespace" = 2)
|
req_tech = list("programming" = 3, "magnets" = 4, "materials" = 4, "bluespace" = 2)
|
||||||
build_type = PROTOLATHE
|
build_type = PROTOLATHE
|
||||||
materials = list("$metal" = 10, "$gold" = 15)
|
materials = list("$metal" = 10, "$gold" = 15)
|
||||||
@@ -1081,7 +1081,7 @@ datum/design/subspace_analyzer
|
|||||||
datum/design/subspace_crystal
|
datum/design/subspace_crystal
|
||||||
name = "Ansible Crystal"
|
name = "Ansible Crystal"
|
||||||
desc = "A sophisticated analyzer capable of analyzing cryptic subspace wavelengths."
|
desc = "A sophisticated analyzer capable of analyzing cryptic subspace wavelengths."
|
||||||
id = "s-amplifier"
|
id = "s-crystal"
|
||||||
req_tech = list("magnets" = 4, "materials" = 4, "bluespace" = 2)
|
req_tech = list("magnets" = 4, "materials" = 4, "bluespace" = 2)
|
||||||
build_type = PROTOLATHE
|
build_type = PROTOLATHE
|
||||||
materials = list("$glass" = 1000, "$silver" = 20, "$gold" = 20)
|
materials = list("$glass" = 1000, "$silver" = 20, "$gold" = 20)
|
||||||
@@ -1090,7 +1090,7 @@ datum/design/subspace_crystal
|
|||||||
datum/design/subspace_transmitter
|
datum/design/subspace_transmitter
|
||||||
name = "Subspace Transmitter"
|
name = "Subspace Transmitter"
|
||||||
desc = "A large piece of equipment used to open a window into the subspace dimension."
|
desc = "A large piece of equipment used to open a window into the subspace dimension."
|
||||||
id = "s-amplifier"
|
id = "s-transmitter"
|
||||||
req_tech = list("magnets" = 5, "materials" = 5, "bluespace" = 3)
|
req_tech = list("magnets" = 5, "materials" = 5, "bluespace" = 3)
|
||||||
build_type = PROTOLATHE
|
build_type = PROTOLATHE
|
||||||
materials = list("$glass" = 100, "$silver" = 10, "$uranium" = 15)
|
materials = list("$glass" = 100, "$silver" = 10, "$uranium" = 15)
|
||||||
|
|||||||
Reference in New Issue
Block a user