Fixes one of the experiments needing a disabled material (#5454)

Co-authored-by: Matthew <matthew@tfaluc.com>
This commit is contained in:
Matthew J
2021-05-04 20:31:31 -04:00
committed by GitHub
parent 96e15434b6
commit 37f6a72c7b
2 changed files with 13 additions and 4 deletions
+5 -1
View File
@@ -73,6 +73,8 @@
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
required_experiments = list(/datum/experiment/scanning/points/slime/calibration)
// SKYRAT EDIT BEGIN - MATERIAL MEAT WAS REMOVED
/datum/techweb_node/adv_biotech
id = "adv_biotech"
display_name = "Advanced Biotechnology"
@@ -81,7 +83,9 @@
design_ids = list("piercesyringe", "crewpinpointer", "smoke_machine", "plasmarefiller", "limbgrower", "meta_beaker", "healthanalyzer_advanced", "harvester", "holobarrier_med", "detective_scanner", "defibrillator_compact", "ph_meter", "monkey_helmet") //SKYRAT EDIT ADDITION: ADDED MONKEY_HELMET
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
required_experiments = list(/datum/experiment/scanning/points/slime/easy)
discount_experiments = list(/datum/experiment/scanning/random/material/meat = 4000) //Big discount to reinforce doing it.
// ORIGINAL: discount_experiments = list(/datum/experiment/scanning/random/material/meat = 4000) //Big discount to reinforce doing it.
discount_experiments = list(/datum/experiment/scanning/random/material/silver = 4000) //Big discount to reinforce doing it.
// SKYRAT EDIT END - MATERIAL MEAT WAS REMOVED
/datum/techweb_node/xenoorgan_biotech
id = "xenoorgan_bio"