Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into tgui-alerts-and-what-not
This commit is contained in:
@@ -37,7 +37,7 @@ export const Vent = (props, context) => {
|
||||
<LabeledList.Item label="Mode">
|
||||
<Button
|
||||
icon="sign-in-alt"
|
||||
content={direction ? 'Pressurizing' : 'Scrubbing'}
|
||||
content={direction ? 'Pressurizing' : 'Siphoning'}
|
||||
color={!direction && 'danger'}
|
||||
onClick={() => act('direction', {
|
||||
id_tag,
|
||||
|
||||
Reference in New Issue
Block a user