mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Input Conversion Part 2
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
OutputBeaker = null
|
||||
|
||||
if("adjust temp")
|
||||
target_temp = input(usr, "Choose a target temperature.", "Temperature.", T20C) as num
|
||||
target_temp = tgui_input_number(usr, "Choose a target temperature.", "Temperature.", T20C)
|
||||
target_temp = CLAMP(target_temp, min_temp, max_temp)
|
||||
|
||||
update_icon()
|
||||
|
||||
Reference in New Issue
Block a user