From 6529a34dbcbe09369a59cc916d755a7ed6e618d2 Mon Sep 17 00:00:00 2001 From: Artur Date: Sat, 25 Jan 2020 15:18:18 +0100 Subject: [PATCH] Reviever suggestions HTML doesnt need compiling. --- code/game/machinery/computer/atmos_control.dm | 2 +- tgui-next/packages/tgui/public/tgui-main.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/computer/atmos_control.dm b/code/game/machinery/computer/atmos_control.dm index 223b9766c0..d6ce850da8 100644 --- a/code/game/machinery/computer/atmos_control.dm +++ b/code/game/machinery/computer/atmos_control.dm @@ -305,7 +305,7 @@ GLOBAL_LIST_EMPTY(atmos_air_controllers) if("pressure") var/target = text2num(params["pressure"]) if(!isnull(target)) - target = CLAMP(target, 0, 4500) + target = CLAMP(target, 0, MAX_OUTPUT_PRESSURE) signal.data += list("tag" = output_tag, "set_internal_pressure" = target) . = TRUE radio_connection.post_signal(src, signal, filter = RADIO_ATMOSIA) diff --git a/tgui-next/packages/tgui/public/tgui-main.html b/tgui-next/packages/tgui/public/tgui-main.html index d31b1a8491..d32a01f62a 100644 --- a/tgui-next/packages/tgui/public/tgui-main.html +++ b/tgui-next/packages/tgui/public/tgui-main.html @@ -108,7 +108,7 @@ A fatal exception has occurred at 002B:C562F1B7 in TGUI. The current application will be terminated. Please remain calm, get to the nearest NTNet workstation and send the copy of the following stack trace to: -www.github.com/tgstation/tgstation. Thank you for your cooperation. +https://github.com/Citadel-Station-13/Citadel-Station-13/issues Thank you for your cooperation.