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:
Darius
2023-01-08 15:37:53 -03:00
committed by GitHub
parent d9df554a95
commit 912f498825
@@ -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)