Skip to content

Commit

Permalink
swap most (new) instances of required_experiments to discounts, willi…
Browse files Browse the repository at this point in the history
…ng to revert some of these/swap the others if asked
  • Loading branch information
siliconOpossum committed Nov 19, 2024
1 parent de6f023 commit d901058
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/modules/research/techweb/nodes/atmos_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"plasmacutter",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_2_POINTS)
required_experiments = list(/datum/experiment/ordnance/gaseous/plasma)
discount_experiments = list(/datum/experiment/ordnance/gaseous/plasma = TECHWEB_TIER_2_POINTS)

/datum/techweb_node/fusion
id = TECHWEB_NODE_FUSION
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/techweb/nodes/cyborg_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"cybernetic_heart_tier3",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_3_POINTS)
required_experiments = list(/datum/experiment/scanning/people/augmented_organs)
discount_experiments = list(/datum/experiment/scanning/people/augmented_organs = TECHWEB_TIER_3_POINTS)

/datum/techweb_node/cyber/cyber_organs_adv
id = TECHWEB_NODE_CYBER_ORGANS_ADV
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/techweb/nodes/engi_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"hyper_cell",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_3_POINTS)
required_experiments = list(/datum/experiment/scanning/points/machinery_tiered_scan/tier2_any)
discount_experiments = list(/datum/experiment/scanning/points/machinery_tiered_scan/tier2_any = TECHWEB_TIER_3_POINTS)


/datum/techweb_node/parts_bluespace
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/techweb/nodes/medbay_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"piercesyringe",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_3_POINTS)
required_experiments = list(/datum/experiment/scanning/reagent/haloperidol)
discount_experiments = list(/datum/experiment/scanning/reagent/haloperidol = TECHWEB_TIER_3_POINTS)

/datum/techweb_node/cryostasis
id = TECHWEB_NODE_CRYOSTASIS
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/techweb/nodes/research_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"gigabeacon",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_2_POINTS)
required_experiments = list(/datum/experiment/scanning/points/bluespace_crystal)
discount_experiments = list(/datum/experiment/scanning/points/bluespace_crystal = TECHWEB_TIER_2_POINTS)

/datum/techweb_node/bluespace_travel
id = TECHWEB_NODE_BLUESPACE_TRAVEL
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/techweb/nodes/security_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"pyro_grenade",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_3_POINTS)
required_experiments = list(/datum/experiment/ordnance/explosive/lowyieldbomb)
discount_experiments = list(/datum/experiment/ordnance/explosive/lowyieldbomb = TECHWEB_TIER_3_POINTS)

/datum/techweb_node/exotic_ammo
id = TECHWEB_NODE_EXOTIC_AMMO
Expand Down

0 comments on commit d901058

Please sign in to comment.