Fix a typo
This commit is contained in:
@@ -394,7 +394,7 @@
|
|||||||
desc = "Adds the simple circuits to the RCD."
|
desc = "Adds the simple circuits to the RCD."
|
||||||
id = "rcd_upgrade_simple_circuits"
|
id = "rcd_upgrade_simple_circuits"
|
||||||
build_type = PROTOLATHE
|
build_type = PROTOLATHE
|
||||||
materials = list(AT_METAL = 5000, MAT_GLASS = 2500, MAT_SILVER = 1500, MAT_TITANIUM = 2000)
|
materials = list(MAT_METAL = 5000, MAT_GLASS = 2500, MAT_SILVER = 1500, MAT_TITANIUM = 2000)
|
||||||
build_path = /obj/item/rcd_upgrade/simple_circuits
|
build_path = /obj/item/rcd_upgrade/simple_circuits
|
||||||
category = list("Equipment")
|
category = list("Equipment")
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
||||||
|
|||||||
Reference in New Issue
Block a user