mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-28 15:49:16 +01:00
Fix Adv Toolset sequence break (#277)
Changes the Advanced Toolset Implant techweb entry to also require Alien Engineering and Cybernetic Implants. This prevents obtaining alien tool implants before researching tool implants or alien tools.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
id = "adv_toolset_implant"
|
||||
display_name = "Advanced Toolset Implant"
|
||||
description = "Allows the creation of alien powerful implants for your arms."
|
||||
prereq_ids = list("alien_bio")
|
||||
prereq_ids = list("alien_bio", "alien_engi", "adv_cyber_implants")
|
||||
design_ids = list("ci-toolset-adv","ci-surgery-adv")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user