Research requirement fixes (#966)

The research reliability requirements relied on numbers coming from the old broken code, so at a point it would become impossible to continue using the fixed code. This commit patches the overall requirement to be a few points lower to allow for the changes to work as expected.
This commit is contained in:
James Smith
2016-09-20 08:24:46 +03:00
committed by skull132
parent e3a9bd28e7
commit 089bf082eb
@@ -32,7 +32,7 @@ Note: Must be placed within 3 tiles of the R&D Console
for(var/obj/item/weapon/stock_parts/S in component_parts)
T += S.rating
decon_mod = T * 0.1
min_reliability = 93 - T
min_reliability = 90 - T
/obj/machinery/r_n_d/destructive_analyzer/meteorhit()
qdel(src)