Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into tgui-alerts-and-what-not

This commit is contained in:
SandPoot
2021-10-27 13:54:49 -03:00
51 changed files with 331 additions and 563 deletions
@@ -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,