Skip to content

Commit

Permalink
Otkat
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax authored Oct 11, 2024
1 parent 4c13d13 commit 6edd6d4
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 @@ -64,7 +64,7 @@
return

if(href_list["modifypower"])
var/new_val = input("Enter new emission power level (1 - 10)", "Modifying power level", G.mega_energy) as num
var/new_val = input("Enter new emission power level (1 - 50)", "Modifying power level", G.mega_energy) as num
if(!new_val)
to_chat(usr, "<span class='warning'>That's not a valid number.</span>")
return TRUE
Expand Down

0 comments on commit 6edd6d4

Please sign in to comment.