Skip to content

Commit

Permalink
fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
Thera-Pissed committed Jun 17, 2024
1 parent 3051f1b commit b9a7969
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,18 +204,18 @@
piping_layer = 2
icon_state = "volpump_map-2"

/obj/machinery/atmospherics/components/binary/volume_pump/layer2
piping_layer = 2
icon_state = "volpump_map-2"
/obj/machinery/atmospherics/components/binary/volume_pump/layer4
piping_layer = 4
icon_state = "volpump_map-4"

/obj/machinery/atmospherics/components/binary/volume_pump/on
on = TRUE
icon_state = "volpump_map-2"
icon_state = "volpump_on_map-3"

/obj/machinery/atmospherics/components/binary/volume_pump/on/layer2
piping_layer = 2
icon_state = "volpump_map-2"
icon_state = "volpump_on_map-2"

/obj/machinery/atmospherics/components/binary/volume_pump/on/layer4
piping_layer = 4
icon_state = "volpump_map-4"
icon_state = "volpump_on_map-4"
Binary file modified icons/obj/atmospherics/components/binary_devices.dmi
Binary file not shown.

0 comments on commit b9a7969

Please sign in to comment.