Skip to content

Commit

Permalink
Update code/modules/power/fusion/gyrotron/gyrotron_control.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax authored Oct 11, 2024
1 parent 6edd6d4 commit 7f67b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/fusion/gyrotron/gyrotron_control.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
to_chat(usr, "<span class='warning'>That's not a valid number.</span>")
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
Expand Down

0 comments on commit 7f67b7d

Please sign in to comment.