Skip to content

Commit 9988dab

Browse files
author
Matt Atlas
committed
add it to closets
1 parent 466d6c7 commit 9988dab

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

code/game/objects/structures/crates_lockers/closets/secure/operations.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
new /obj/item/storage/belt/utility(src)
7474
new /obj/item/storage/belt/utility/alt(src)
7575
new /obj/item/storage/toolbox/mechanical(src)
76+
new /obj/item/modular_computer/laptop/preset/supply/robotics(src)
7677

7778
// Miner
7879
/obj/structure/closet/secure_closet/miner

code/game/objects/structures/crates_lockers/closets/secure/scientist.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
new /obj/item/device/taperecorder(src)
5050
new /obj/item/sampler(src)
5151
new /obj/item/storage/box/shells/tranquilizer(src)
52+
new /obj/item/modular_computer/laptop/preset/supply/robotics(src)
5253

5354
/// Used for when we want to populate the contents of this locker ourself. Good for away sites
5455
/obj/structure/closet/secure_closet/RD/empty

tgui/packages/tgui/interfaces/RoboticsComputer.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ export const RoboticsComputer = (props, context) => {
5050

5151
return (
5252
<NtosWindow resizable>
53-
<NtosWindow.Content scrollable>
53+
<NtosWindow.Content
54+
scrollable
55+
theme={data.machine_ui_theme}>
5456
{!data.patient_name ? (
5557
<NoticeBox>You must run a diagnostic first.</NoticeBox>
5658
) : (

0 commit comments

Comments
 (0)