From dcdd29ac9845df7970cb9bfe49f07325c9e7b672 Mon Sep 17 00:00:00 2001 From: JohnWildkins Date: Mon, 12 Oct 2020 06:20:23 -0400 Subject: [PATCH] Removes camera monitor from wristbounds/tablets. (#10215) --- .../file_system/programs/security/camera.dm | 2 +- html/changelogs/johnwildkins-monitornerf.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/johnwildkins-monitornerf.yml diff --git a/code/modules/modular_computers/file_system/programs/security/camera.dm b/code/modules/modular_computers/file_system/programs/security/camera.dm index 2734dbd5e07..92af9013ffd 100644 --- a/code/modules/modular_computers/file_system/programs/security/camera.dm +++ b/code/modules/modular_computers/file_system/programs/security/camera.dm @@ -36,7 +36,7 @@ requires_ntnet = TRUE required_access_download = access_heads color = LIGHT_COLOR_ORANGE - usage_flags = PROGRAM_ALL_REGULAR + usage_flags = PROGRAM_CONSOLE | PROGRAM_LAPTOP /datum/nano_module/camera_monitor name = "Camera Monitoring program" diff --git a/html/changelogs/johnwildkins-monitornerf.yml b/html/changelogs/johnwildkins-monitornerf.yml new file mode 100644 index 00000000000..e83547cd009 --- /dev/null +++ b/html/changelogs/johnwildkins-monitornerf.yml @@ -0,0 +1,6 @@ +author: JohnWildkins + +delete-after: True + +changes: + - tweak: "Camera monitoring is no longer available on tablets or wristbound computers."