mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Fixes one of the experiments needing a disabled material (#5454)
Co-authored-by: Matthew <matthew@tfaluc.com>
This commit is contained in:
@@ -99,10 +99,15 @@
|
||||
required_heavy = GLOB.MAX_EX_HEAVY_RANGE
|
||||
required_light = GLOB.MAX_EX_LIGHT_RANGE
|
||||
|
||||
/datum/experiment/scanning/random/material/meat
|
||||
// SKYRAT EDIT BEGIN - MATERIAL MEAT WAS REMOVED
|
||||
// ORIGINAL: /datum/experiment/scanning/random/material/meat
|
||||
/datum/experiment/scanning/random/material/silver
|
||||
name = "Biological Material Scanning Experiment"
|
||||
description = "They told us we couldn't make chairs out of every material in the world. You're here to prove those nay-sayers wrong."
|
||||
possible_material_types = list(/datum/material/meat)
|
||||
// ORIGINAL: description = "They told us we couldn't make chairs out of every material in the world. You're here to prove those nay-sayers wrong."
|
||||
description = "Supposedly silver has an inert anti-microbial effect; scan a few samples to test this."
|
||||
// ORIGINAL: possible_material_types = list(/datum/material/meat)
|
||||
possible_material_types = list(/datum/material/silver)
|
||||
// SKYRAT EDIT END - MATERIAL MEAT WAS REMOVED
|
||||
|
||||
/datum/experiment/scanning/random/material/easy
|
||||
name = "Low Grade Material Scanning Experiment"
|
||||
|
||||
@@ -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