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."