From 7f67b7d6352f6661921c924a7046ac60b742abe3 Mon Sep 17 00:00:00 2001 From: BaraBara <96526791+BaraBarax@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:35:30 +0500 Subject: [PATCH] Update code/modules/power/fusion/gyrotron/gyrotron_control.dm --- code/modules/power/fusion/gyrotron/gyrotron_control.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/fusion/gyrotron/gyrotron_control.dm b/code/modules/power/fusion/gyrotron/gyrotron_control.dm index b16e2079be3..383eee7e59c 100644 --- a/code/modules/power/fusion/gyrotron/gyrotron_control.dm +++ b/code/modules/power/fusion/gyrotron/gyrotron_control.dm @@ -69,7 +69,7 @@ to_chat(usr, "That's not a valid number.") return TRUE - G.mega_energy = Clamp(new_val, 1, 10) + G.mega_energy = Clamp(new_val, 1, 50) G.change_power_consumption(G.mega_energy * 1500, POWER_USE_ACTIVE) updateUsrDialog() return TRUE