mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 05:31:53 +00:00
Fixes some Precursotech oversights.
This commit is contained in:
@@ -58,6 +58,15 @@
|
||||
build_path = /obj/item/weapon/weldingtool/experimental/hybrid
|
||||
sort_string = "PATCW"
|
||||
|
||||
/datum/design/item/precursor/janusmodule
|
||||
name = "Blackbox Circuit Datamass"
|
||||
desc = "A design that seems to be in a constantly shifting superposition."
|
||||
id = "janus_module"
|
||||
materials = list(MAT_DURASTEEL = 3000, MAT_MORPHIUM = 2000, MAT_METALHYDROGEN = 6000, MAT_URANIUM = 6000, MAT_VERDANTIUM = 1500)
|
||||
req_tech = list(TECH_MATERIAL = 7, TECH_BLUESPACE = 5, TECH_MAGNET = 6, TECH_PHORON = 3, TECH_ARCANE = 1, TECH_PRECURSOR = 2)
|
||||
build_path = /obj/random/janusmodule
|
||||
sort_string = "PAJAA"
|
||||
|
||||
/datum/design/item/anomaly/AssembleDesignName()
|
||||
..()
|
||||
name = "Anomalous prototype ([item_name])"
|
||||
@@ -67,4 +76,4 @@
|
||||
if(build_path)
|
||||
var/obj/item/I = build_path
|
||||
desc = initial(I.desc)
|
||||
..()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user