From d9dbb7d1d762fd98db2b2feff04df414cde7b324 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 26 Aug 2020 10:51:17 +0300 Subject: [PATCH] Enables passtable for cleanbots (#7545) One of the most common reasons behind cleanbots getting stuck in stupid places is because they went after some mess underneath table/rack/railing/whatever without ever getting to reach it. --- code/modules/mob/living/bot/cleanbot.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/bot/cleanbot.dm b/code/modules/mob/living/bot/cleanbot.dm index be7b33143f..de4c2a2d78 100644 --- a/code/modules/mob/living/bot/cleanbot.dm +++ b/code/modules/mob/living/bot/cleanbot.dm @@ -4,6 +4,7 @@ icon_state = "cleanbot0" req_one_access = list(access_robotics, access_janitor) botcard_access = list(access_janitor) + pass_flags = PASSTABLE locked = 0 // Start unlocked so roboticist can set them to patrol. wait_if_pulled = 1