mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +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/////////
|
||||
///////////////////////////////////
|
||||
datum/design/circuit/shield
|
||||
req_tech = list("bluespace" = 4, "phorontech" = 3)
|
||||
/datum/design/circuit/shield
|
||||
req_tech = list(TECH_BLUESPACE = 4, TECH_PHORON = 3)
|
||||
materials = list("$glass" = 2000, "sacid" = 20, "$phoron" = 10000, "$diamond" = 5000, "$gold" = 10000)
|
||||
|
||||
/datum/design/item/medical
|
||||
|
||||
Reference in New Issue
Block a user