mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user