From 3ecef2ad9633dd7ecefb18a9bc4298f3800bdfba Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 27 Feb 2021 13:36:54 +0100 Subject: [PATCH] [MIRROR] Hygienebot goes over the table (#3693) * hygienebot can fly over tables (#57208) * Hygienebot goes over the table Co-authored-by: YakumoChen --- code/modules/mob/living/simple_animal/bot/hygienebot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/hygienebot.dm b/code/modules/mob/living/simple_animal/bot/hygienebot.dm index 7d7760b1d80..f324849b5f6 100644 --- a/code/modules/mob/living/simple_animal/bot/hygienebot.dm +++ b/code/modules/mob/living/simple_animal/bot/hygienebot.dm @@ -16,7 +16,7 @@ bot_core_type = /obj/machinery/bot_core/hygienebot window_id = "autoclean" window_name = "Automatic Crew Cleaner X2" - pass_flags = PASSMOB | PASSFLAPS + pass_flags = PASSMOB | PASSFLAPS | PASSTABLE path_image_color = "#993299" allow_pai = FALSE layer = ABOVE_MOB_LAYER