[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:
SomeoneElse
2015-08-17 00:23:38 +06:00
parent a0b44796d6
commit 9b547608f6

View File

@@ -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