mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
[minor] Fix research design item path definition, usage of TECH_* macros
code/modules/research/designs.dm: fixed path definition of `datum/design/circuit/shield` fixed req_tech variable to now use TECH_* macros
This commit is contained in:
@@ -324,8 +324,8 @@ other types of metals and chemistry for reagents).
|
|||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
/////////Shield Generators/////////
|
/////////Shield Generators/////////
|
||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
datum/design/circuit/shield
|
/datum/design/circuit/shield
|
||||||
req_tech = list("bluespace" = 4, "phorontech" = 3)
|
req_tech = list(TECH_BLUESPACE = 4, TECH_PHORON = 3)
|
||||||
materials = list("$glass" = 2000, "sacid" = 20, "$phoron" = 10000, "$diamond" = 5000, "$gold" = 10000)
|
materials = list("$glass" = 2000, "sacid" = 20, "$phoron" = 10000, "$diamond" = 5000, "$gold" = 10000)
|
||||||
|
|
||||||
/datum/design/item/medical
|
/datum/design/item/medical
|
||||||
|
|||||||
Reference in New Issue
Block a user