[MISSED MIRROR] Moves the botanogenetic shears to the botany node and locks it behind a botany experiment (#67363) (#23152)

* Moves the botanogenetic shears to the botany node and locks it behind a botany experiment (#67363)

* Update code/modules/research/techweb/all_nodes.dm

---------

Co-authored-by: SovietJenga <102672798+SovietJenga@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
Bloop
2023-08-17 16:56:54 -04:00
committed by GitHub
co-authored by SovietJenga GoldenAlpharex
parent 925a451201
commit b6ccdfa8d3
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -1539,10 +1539,11 @@
id = "botany"
display_name = "Botanical Engineering"
description = "Botanical tools"
prereq_ids = list("adv_engi", "biotech")
prereq_ids = list("biotech")
design_ids = list(
"biogenerator",
"flora_gun",
"gene_shears",
//SKYRAT EDIT - ADDITION MEDIGUNS
"salvemedicell",
//SKYRAT EDIT END
@@ -1552,7 +1553,8 @@
"adv_watering_can",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 4000)
discount_experiments = list(/datum/experiment/scanning/random/plants/wild = 3000)
required_experiments = list(/datum/experiment/scanning/random/plants/wild)
discount_experiments = list(/datum/experiment/scanning/random/plants/traits = 3000)
/datum/techweb_node/exp_tools
id = "exp_tools"
@@ -1561,7 +1563,6 @@
prereq_ids = list("adv_engi")
design_ids = list(
"exwelder",
"gene_shears",
"handdrill",
"jawsoflife",
"laserscalpel",