From 1cb7333c1726fdd4eb877e74143b52f6a7f04a20 Mon Sep 17 00:00:00 2001 From: fighterslam Date: Sat, 7 Sep 2024 18:19:34 -0500 Subject: [PATCH] removes whitespace. thanks linters --- code/game/machinery/computer/atmos_control.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/atmos_control.dm b/code/game/machinery/computer/atmos_control.dm index 52db97273f8d..dd4a7d2d5567 100644 --- a/code/game/machinery/computer/atmos_control.dm +++ b/code/game/machinery/computer/atmos_control.dm @@ -312,7 +312,7 @@ GLOBAL_LIST_EMPTY(atmos_air_controllers) /obj/machinery/computer/atmos_control/external sensors = list(GAS_MONITOR_SENSOR_EXTERNAL = "External Atmospherics Monitoring") name = "External Atmospherics Monitoring" - // tbh I would love it if someone could make this like. Unique like ship camera networks & etc. +// tbh I would love it if someone could make this like. Unique like ship camera networks & etc. // This hacky madness is the evidence of the fact that a lot of machines were never meant to be constructable, im so sorry you had to see this /obj/machinery/computer/atmos_control/tank/proc/reconnect(mob/user)