From 20f9a7449d9ac4993df67b388fde899730efc4bb 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 7512480374..3754aa9492 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