Skip to content

Commit

Permalink
mixers now have better indicators for sides (tgstation#66036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghilker authored Apr 14, 2022
1 parent 8c62a07 commit 87b2115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified icons/obj/atmospherics/components/trinary_devices.dmi
Binary file not shown.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/AtmosMixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const AtmosMixer = (props, context) => {
pressure: 'max',
})} />
</LabeledList.Item>
<LabeledList.Item label="Node 1">
<LabeledList.Item label="Main Node" labelColor="green">
<NumberInput
animated
value={data.node1_concentration}
Expand All @@ -52,7 +52,7 @@ export const AtmosMixer = (props, context) => {
concentration: value,
})} />
</LabeledList.Item>
<LabeledList.Item label="Node 2">
<LabeledList.Item label="Side Node" labelColor="blue">
<NumberInput
animated
value={data.node2_concentration}
Expand Down

0 comments on commit 87b2115

Please sign in to comment.