From ace224a2de5827c4cc6ac4c51903183b8d28866c Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Thu, 15 Oct 2020 16:38:17 -0500 Subject: [PATCH] Update filter.dm --- code/ATMOSPHERICS/components/trinary_devices/filter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ATMOSPHERICS/components/trinary_devices/filter.dm b/code/ATMOSPHERICS/components/trinary_devices/filter.dm index 1ba338e7d88..d248a2e7285 100755 --- a/code/ATMOSPHERICS/components/trinary_devices/filter.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/filter.dm @@ -20,7 +20,7 @@ /// The amount of pressure the filter wants to operate at. var/target_pressure = ONE_ATMOSPHERE /// The type of gas we want to filter. Valid values that go here are from the `FILTER` defines at the top of the file. - var/filter_type = FILTER_NOTHING + var/filter_type = FILTER_TOXINS /// The frequency of the filter. Used with `radio_connection`. var/frequency = NONE /// A reference to the filter's `datum/radio_frequency`.