diff --git a/code/game/machinery/computer/atmos_control.dm b/code/game/machinery/computer/atmos_control.dm index 84c0a6313389..9ef46e30cb87 100644 --- a/code/game/machinery/computer/atmos_control.dm +++ b/code/game/machinery/computer/atmos_control.dm @@ -313,7 +313,7 @@ GLOBAL_LIST_EMPTY(atmos_air_controllers) 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. -// 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 +//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) var/list/IO = list() var/datum/radio_frequency/freq = SSradio.return_frequency(frequency)