[MIRROR] Some input updates (#7735)

Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-02-21 10:09:27 -07:00
committed by GitHub
parent 345ecb3167
commit 12370f4855
35 changed files with 580 additions and 477 deletions

View File

@@ -205,7 +205,6 @@
if("adjust temp")
target_temp = tgui_input_number(usr, "Choose a target temperature.", "Temperature.", T20C, max_temp, min_temp, round_value = FALSE)
target_temp = CLAMP(target_temp, min_temp, max_temp)
update_icon()