mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fix surgery computer and nanites hub not recognizing ruin tech (#16851)
* ungabunga * cool * ye * Update Operating.dm * Update Operating.dm * cool gamn
This commit is contained in:
@@ -81,7 +81,7 @@ SUBSYSTEM_DEF(research)
|
||||
science_tech.remove_stored_point_type(i, boost_amt)
|
||||
science_tech.add_point_list(bitcoins)
|
||||
//add RUIN_GENERATION_PER_TICK even without any servers, for things like freeminers
|
||||
ruin_tech.add_point_list(list(TECHWEB_POINT_TYPE_GENERIC = RUIN_GENERATION_PER_TICK))
|
||||
ruin_tech.add_point_list(list(TECHWEB_POINT_TYPE_GENERIC = RUIN_GENERATION_PER_TICK, TECHWEB_POINT_TYPE_NANITES = NANITES_RESEARCH_RUIN_PER_TICK))
|
||||
last_income = world.time
|
||||
|
||||
/datum/controller/subsystem/research/proc/calculate_server_coefficient() //Diminishing returns.
|
||||
|
||||
Reference in New Issue
Block a user