From 055e8b2a65b0fecd5afeba4f8a5573e1f84f89ca Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sun, 10 Feb 2019 16:06:35 -0500 Subject: [PATCH] Bots Don't Get Vored by Maints Ports a little something from VOREStation so that CleanBots don't ever go into the maints anymore. --- 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 f69e1e3554..be895f8b0f 100644 --- a/code/modules/mob/living/bot/cleanbot.dm +++ b/code/modules/mob/living/bot/cleanbot.dm @@ -5,7 +5,7 @@ maxHealth = 100 health = 100 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