mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Crew Console + Operating Computer tgui-next (#47475)
* Crew Console + Operating Computer build near finished no health vars final crew console operating computer rebuild less shitcodey * updating fix
This commit is contained in:
@@ -25,6 +25,7 @@ import { Cryo } from './interfaces/Cryo';
|
||||
import { DisposalUnit } from './interfaces/DisposalUnit';
|
||||
import { KitchenSink } from './interfaces/KitchenSink';
|
||||
import { Mint } from './interfaces/Mint';
|
||||
import { OperatingComputer } from './interfaces/OperatingComputer';
|
||||
import { PortableGenerator } from './interfaces/PortableGenerator';
|
||||
import { ShuttleManipulator } from './interfaces/ShuttleManipulator';
|
||||
import { SmartVend } from './interfaces/SmartVend';
|
||||
@@ -129,6 +130,10 @@ const ROUTES = {
|
||||
component: () => Crayon,
|
||||
scrollable: true,
|
||||
},
|
||||
crew: {
|
||||
component: () => CrewConsole,
|
||||
scrollable: true,
|
||||
},
|
||||
cryo: {
|
||||
component: () => Cryo,
|
||||
scrollable: false,
|
||||
@@ -153,6 +158,10 @@ const ROUTES = {
|
||||
component: () => SmartVend,
|
||||
scrollable: true,
|
||||
},
|
||||
operating_computer: {
|
||||
component: () => OperatingComputer,
|
||||
scrollable: true,
|
||||
},
|
||||
thermomachine: {
|
||||
component: () => ThermoMachine,
|
||||
scrollable: false,
|
||||
|
||||
Reference in New Issue
Block a user