mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #10192 from Kelenius/ofImprinterAndProhon
Of imprinter and prohon
This commit is contained in:
@@ -147,6 +147,7 @@ using metal and glass, it uses glass and reagents (usually sulfuric acis).
|
||||
new stacktype(loc, amount)
|
||||
busy = 0
|
||||
updateUsrDialog()
|
||||
return
|
||||
|
||||
..()
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@ datum/design/circuit/aifixer
|
||||
///////////////////////////////////
|
||||
datum/design/circuit/shield
|
||||
req_tech = list("bluespace" = 4, "phorontech" = 3)
|
||||
materials = list("$glass" = 2000, "sacid" = 20, "$phoron" = 10000, "$diamond" = 5000, "$gold" = 10000)
|
||||
materials = list("$glass" = 2000, "sacid" = 20, "$diamond" = 5000, "$gold" = 10000)
|
||||
|
||||
datum/design/circuit/shield/AssembleDesignName()
|
||||
name = "Shield generator circuit design ([name])"
|
||||
|
||||
Reference in New Issue
Block a user