Skip to content

Commit

Permalink
thermomachine design icon fix (tgstation#61779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatos1 authored Oct 9, 2021
1 parent 397fb51 commit cac9a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/greyscale/json_configs/thermomachine.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"thermo_0": [
"thermo_base": [
{
"type": "icon_state",
"icon_state": "temp_meter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
else
icon_state = "thermo_1"
return ..()
icon_state = "thermo_0"
icon_state = "thermo_base"
return ..()

/obj/machinery/atmospherics/components/binary/thermomachine/update_overlays()
Expand Down

0 comments on commit cac9a9b

Please sign in to comment.