Removes phoron requirement from shield circuit, adds a return to sheet
adding so ..() is not called when attacked with a sheet.
This commit is contained in:
Kelenius
2015-07-15 16:49:22 +03:00
parent 03927918c6
commit 4c8dfcf17e
2 changed files with 2 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ using metal and glass, it uses glass and reagents (usually sulfuric acis).
new stacktype(loc, amount)
busy = 0
updateUsrDialog()
return
..()

View File

@@ -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])"