From d30d122ebe17fc5746ee807e6d1092c2f2eedf57 Mon Sep 17 00:00:00 2001 From: Deniz <66401072+Oyu07@users.noreply.github.com> Date: Fri, 24 May 2024 19:26:49 +0100 Subject: [PATCH] tested (#25387) --- code/modules/mob/living/simple_animal/bot/cleanbot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/cleanbot.dm b/code/modules/mob/living/simple_animal/bot/cleanbot.dm index fa3ab06c3c7..70cb9eeecfb 100644 --- a/code/modules/mob/living/simple_animal/bot/cleanbot.dm +++ b/code/modules/mob/living/simple_animal/bot/cleanbot.dm @@ -230,7 +230,7 @@ /mob/living/simple_animal/bot/cleanbot/ui_act(action, params) if(..()) return - if(topic_denied(usr)) + if(action != "area" && topic_denied(usr)) to_chat(usr, "[src]'s interface is not responding!") return add_fingerprint(usr)