mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
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:
@@ -147,6 +147,7 @@ using metal and glass, it uses glass and reagents (usually sulfuric acis).
|
|||||||
new stacktype(loc, amount)
|
new stacktype(loc, amount)
|
||||||
busy = 0
|
busy = 0
|
||||||
updateUsrDialog()
|
updateUsrDialog()
|
||||||
|
return
|
||||||
|
|
||||||
..()
|
..()
|
||||||
|
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ datum/design/circuit/aifixer
|
|||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
datum/design/circuit/shield
|
datum/design/circuit/shield
|
||||||
req_tech = list("bluespace" = 4, "phorontech" = 3)
|
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()
|
datum/design/circuit/shield/AssembleDesignName()
|
||||||
name = "Shield generator circuit design ([name])"
|
name = "Shield generator circuit design ([name])"
|
||||||
|
|||||||
Reference in New Issue
Block a user