You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var/input_temperature=input("What temperature (in C) would you like the system to target? (Capped between [min_temperature]C and [max_temperature]C).\n\nNote that the cooling unit in this air alarm can not go below [MIN_TEMPERATURE]C or above [MAX_TEMPERATURE]C by itself. ", "Thermostat Controls") as num|null
992
+
var/input_temperature=input("What temperature (in C) would you like the system to target? (Capped between [min_temperature]C and [max_temperature]C).\n\nNote that the cooling unit in this air alarm can not go below [MIN_TEMPERATURE-T0C]C or above [MAX_TEMPERATURE-T0C]C by itself. ", "Thermostat Controls") as num|null
var/max_temperature=MAX_TARGET_TEMPERATURE-T0C//these defines should come from code\game\machinery\alarm.dm
429
429
var/min_temperature=MIN_TARGET_TEMPERATURE-T0C
430
-
var/input_temperature=input("What temperature (in C) would you like the system to target? (Capped between [min_temperature]C and [max_temperature]C).\n\nNote that the cooling unit in this air alarm can not go below [MIN_TEMPERATURE]C or above [MAX_TEMPERATURE]C by itself. ", "Thermostat Controls") as num|null
430
+
var/input_temperature=input("What temperature (in C) would you like the system to target? (Capped between [min_temperature]C and [max_temperature]C).\n\nNote that the cooling unit in this air alarm can not go below [MIN_TEMPERATURE-T0C]C or above [MAX_TEMPERATURE-T0C]C by itself. ", "Thermostat Controls") as num|null
var/input_temperature=input("What temperature (in C) would you like the system to target? (Capped between [min_temperature]C and [max_temperature]C).\n\nNote that the cooling unit in this air alarm can not go below [MIN_TEMPERATURE]C or above [MAX_TEMPERATURE]C by itself. ", "Thermostat Controls") as num|null
613
+
var/input_temperature=input("What temperature (in C) would you like the system to target? (Capped between [min_temperature]C and [max_temperature]C).\n\nNote that the cooling unit in this air alarm can not go below [MIN_TEMPERATURE-T0C]C or above [MAX_TEMPERATURE-T0C]C by itself. ", "Thermostat Controls") as num|null
0 commit comments