mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-21 20:28:14 +01:00
Many borg changes (seriously) (#69)
This commit is contained in:
@@ -5,3 +5,13 @@
|
||||
prereq_ids = list("adv_biotech", "adv_bluespace", "adv_robotics")
|
||||
design_ids = list("powerarmor_skeleton","powerarmor_torso","powerarmor_helmet","powerarmor_armR","powerarmor_armL","powerarmor_legR","powerarmor_legL")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 7500)
|
||||
|
||||
/datum/techweb_node/adv_robotics/New()
|
||||
design_ids += "borg_upgrade_premiumka"
|
||||
. = ..()
|
||||
|
||||
/datum/techweb_node/cyborg_upg_util/New()
|
||||
design_ids += "borg_upgrade_xwelding"
|
||||
design_ids += "borg_upgrade_shrink"
|
||||
//design_ids += "borg_upgrade_plasma"
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user