mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Fixes one of the experiments needing a disabled material (#5454)
Co-authored-by: Matthew <matthew@tfaluc.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user