mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Merge pull request #4775 from VOREStation/upstream-merge-5961
[MIRROR] Fixed typo on name of RCON's output setting popup window
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
if(href_list["smes_out_set"])
|
if(href_list["smes_out_set"])
|
||||||
var/obj/machinery/power/smes/buildable/SMES = GetSMESByTag(href_list["smes_out_set"])
|
var/obj/machinery/power/smes/buildable/SMES = GetSMESByTag(href_list["smes_out_set"])
|
||||||
if(SMES)
|
if(SMES)
|
||||||
var/outputset = (input(usr, "Enter new output level (0-[SMES.output_level_max/1000] kW)", "SMES Input Power Control", SMES.output_level/1000) as num) * 1000
|
var/outputset = (input(usr, "Enter new output level (0-[SMES.output_level_max/1000] kW)", "SMES Output Power Control", SMES.output_level/1000) as num) * 1000
|
||||||
SMES.set_output(outputset)
|
SMES.set_output(outputset)
|
||||||
|
|
||||||
if(href_list["toggle_breaker"])
|
if(href_list["toggle_breaker"])
|
||||||
|
|||||||
Reference in New Issue
Block a user