Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Sep 11, 2023
1 parent 51463b1 commit 49a61bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tgui/packages/tgui/interfaces/EscapePodConsole.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ export const EscapePodConsole = (_props, context) => {

switch (data.docking_status) {
case 4:
statusMessage = 'SYSTEMS OK';
buttonColor = 'good';
operable = 1;
statusMessage = 'NO EVACUATION';
buttonColor = 'neutral';
break;
case 5:
statusMessage = 'SYSTEMS DOWN';
break;
case 6:
statusMessage = 'STANDING BY';
buttonColor = 'neutral';
buttonColor = 'good';
operable = 1;
break;
case 7:
Expand Down

0 comments on commit 49a61bd

Please sign in to comment.