[NONMODULAR] Security Cyborgs are now locked behind the techweb! Requires the Mother of God experiment to research! (#9445)

Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
Iamgoofball
2021-11-17 02:16:06 +00:00
committed by GitHub
co-authored by Gandalf
parent 3024345231
commit cb7d0a2d1f
3 changed files with 42 additions and 1 deletions
@@ -1462,6 +1462,19 @@
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
required_experiments = list(/datum/experiment/explosion/maxcap)
// SKYRAT EDIT START: SECBORG TECHWEB
/datum/techweb_node/secborg_node
id = "secborg_node"
display_name = "Cyborg Module: Security"
description = "Known to cause silicon law violations in all twelve sectors of space!"
prereq_ids = list("adv_weaponry")
design_ids = list(
"security_cyborg_module",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 10000)
required_experiments = list(/datum/experiment/explosion/maxcap)
// SKYRAT EDIT END: SECBORG TECHWEB
/datum/techweb_node/ballistic_weapons
id = "ballistic_weapons"
display_name = "Ballistic Weaponry"