Skip to content

Commit

Permalink
Filter/Mixer Mapping Icon Fixes (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karmic-Skink authored Jan 10, 2025
1 parent b5ac4aa commit c6ecd56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/machinery/atmospherics/components/trinary/filter
icon_state = "filter_off"
icon_state = "filter_off-0"
density = FALSE

name = "gas filter"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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"
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/machinery/atmospherics/components/trinary/mixer
icon_state = "mixer_off"
icon_state = "mixer_off-0"
density = FALSE

name = "gas mixer"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c6ecd56

Please sign in to comment.