From 8ccd79675343f1acd9c1645409657eb97599222a Mon Sep 17 00:00:00 2001 From: Anewbe Date: Mon, 15 Oct 2018 14:48:38 -0500 Subject: [PATCH 1/2] Merge pull request #5674 from Nalarac/patch-1 Removes maintenance access from cleanbots --- code/modules/mob/living/bot/cleanbot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/bot/cleanbot.dm b/code/modules/mob/living/bot/cleanbot.dm index 241993423d..eb2371c329 100644 --- a/code/modules/mob/living/bot/cleanbot.dm +++ b/code/modules/mob/living/bot/cleanbot.dm @@ -3,7 +3,7 @@ desc = "A little cleaning robot, it looks so excited!" icon_state = "cleanbot0" req_one_access = list(access_robotics, access_janitor) - botcard_access = list(access_janitor, access_maint_tunnels) + botcard_access = list(access_janitor) locked = 0 // Start unlocked so roboticist can set them to patrol. wait_if_pulled = 1