mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user