diff --git a/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm b/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm index 99b6e6dd0f6..4246d63f67b 100644 --- a/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm +++ b/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm @@ -1,5 +1,5 @@ /obj/machinery/atmospherics/components/trinary/filter - icon_state = "filter_off" + icon_state = "filter_off-0" density = FALSE name = "gas filter" @@ -181,7 +181,7 @@ /obj/machinery/atmospherics/components/trinary/filter/on on = TRUE - icon_state = "filter_on" + icon_state = "filter_on-0" /obj/machinery/atmospherics/components/trinary/filter/on/layer2 piping_layer = 2 @@ -191,7 +191,7 @@ icon_state = "filter_on_map-4" /obj/machinery/atmospherics/components/trinary/filter/flipped - icon_state = "filter_off_f" + icon_state = "filter_off-0_f" flipped = TRUE /obj/machinery/atmospherics/components/trinary/filter/flipped/layer2 @@ -203,7 +203,7 @@ /obj/machinery/atmospherics/components/trinary/filter/flipped/on on = TRUE - icon_state = "filter_on_f" + icon_state = "filter_on-0_f" /obj/machinery/atmospherics/components/trinary/filter/flipped/on/layer2 piping_layer = 2 @@ -214,7 +214,7 @@ /obj/machinery/atmospherics/components/trinary/filter/atmos //Used for atmos waste loops on = TRUE - icon_state = "filter_on" + icon_state = "filter_on-0" /obj/machinery/atmospherics/components/trinary/filter/atmos/n2 name = "nitrogen filter" filter_type = "n2" @@ -232,7 +232,7 @@ filter_type = "plasma" /obj/machinery/atmospherics/components/trinary/filter/atmos/flipped //This feels wrong, I know - icon_state = "filter_on_f" + icon_state = "filter_on-0_f" flipped = TRUE /obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2 name = "nitrogen filter" diff --git a/code/modules/atmospherics/machinery/components/trinary_devices/mixer.dm b/code/modules/atmospherics/machinery/components/trinary_devices/mixer.dm index 0bd377ae165..fb8631fa329 100644 --- a/code/modules/atmospherics/machinery/components/trinary_devices/mixer.dm +++ b/code/modules/atmospherics/machinery/components/trinary_devices/mixer.dm @@ -1,5 +1,5 @@ /obj/machinery/atmospherics/components/trinary/mixer - icon_state = "mixer_off" + icon_state = "mixer_off-0" density = FALSE name = "gas mixer" @@ -204,7 +204,7 @@ /obj/machinery/atmospherics/components/trinary/mixer/on on = TRUE - icon_state = "mixer_on" + icon_state = "mixer_on-0" /obj/machinery/atmospherics/components/trinary/mixer/on/layer2 piping_layer = 2 @@ -214,7 +214,7 @@ icon_state = "mixer_on_map-4" /obj/machinery/atmospherics/components/trinary/mixer/flipped - icon_state = "mixer_off_f" + icon_state = "mixer_off-0_f" flipped = TRUE /obj/machinery/atmospherics/components/trinary/mixer/flipped/layer2 @@ -226,7 +226,7 @@ /obj/machinery/atmospherics/components/trinary/mixer/flipped/on on = TRUE - icon_state = "mixer_on_f" + icon_state = "mixer_on-0_f" /obj/machinery/atmospherics/components/trinary/mixer/flipped/on/layer2 piping_layer = 2 @@ -237,7 +237,7 @@ /obj/machinery/atmospherics/components/trinary/mixer/airmix //For standard airmix to distro name = "air mixer" - icon_state = "mixer_on" + icon_state = "mixer_on-0" node1_concentration = N2STANDARD node2_concentration = O2STANDARD target_pressure = MAX_OUTPUT_PRESSURE @@ -248,7 +248,7 @@ node2_concentration = N2STANDARD /obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped - icon_state = "mixer_on_f" + icon_state = "mixer_on-0_f" flipped = TRUE /obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped/inverse