From 7bfb89821bcefaa4c14496b69e311ce6ae6e7e17 Mon Sep 17 00:00:00 2001 From: Bop Date: Sun, 13 Aug 2023 03:09:03 +0700 Subject: [PATCH] oh weee --- .../machinery/components/fusion/hfr_main_processes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/fusion/hfr_main_processes.dm b/code/modules/atmospherics/machinery/components/fusion/hfr_main_processes.dm index 3a6a3e8f85b4..62f3728103c3 100644 --- a/code/modules/atmospherics/machinery/components/fusion/hfr_main_processes.dm +++ b/code/modules/atmospherics/machinery/components/fusion/hfr_main_processes.dm @@ -211,7 +211,7 @@ return // Phew. Lets calculate what this means in practice. - var/reaction_rate = clamp((power_level * 0.5) * (500 / magnetic_constrictor) * delta_time, 0.05, 30) // constrictor controls reaction rate instead of fuel injection + var/reaction_rate = clamp((power_level * 0.5) * (500 / current_damper+1) * delta_time, 0.05, 30) // constrictor controls reaction rate instead of fuel injection switch(power_level) if(3,4) reaction_rate = clamp(reaction_rate * heat_output * 5e-4, 0, reaction_rate)