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:
Bop
2022-12-02 21:50:58 +07:00
committed by GitHub
parent cb431466de
commit 873a086bb3
5 changed files with 22 additions and 4 deletions

View File

@@ -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.