fuck this shit

This commit is contained in:
LetterJay
2017-10-12 09:58:16 -05:00
parent 2918c2c20d
commit 4a8f3d0e41
2 changed files with 12 additions and 12 deletions
@@ -6,7 +6,7 @@
can_unwrench = TRUE
var/on = FALSE
var/target_pressure = ONE_ATMOSPHERE
var/filter_type = ""
var/filter_type = null
var/frequency = 0
var/datum/radio_frequency/radio_connection
@@ -158,7 +158,7 @@
target_pressure = Clamp(pressure, 0, MAX_OUTPUT_PRESSURE)
investigate_log("was set to [target_pressure] kPa by [key_name(usr)]", INVESTIGATE_ATMOS)
if("filter")
filter_type = ""
filter_type = null
var/filter_name = "nothing"
var/gas = text2path(params["mode"]) || gas_id2path(params["mode"])
if(gas in GLOB.meta_gas_info)