From 3570756619eceb82755feda2236dccfb9baf4a36 Mon Sep 17 00:00:00 2001 From: Deniz <66401072+Oyu07@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:49:57 +0000 Subject: [PATCH] cleanbot typecache init (#23689) --- code/modules/mob/living/simple_animal/bot/cleanbot.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/simple_animal/bot/cleanbot.dm b/code/modules/mob/living/simple_animal/bot/cleanbot.dm index 2e66a0486d3..08bf6ea34a8 100644 --- a/code/modules/mob/living/simple_animal/bot/cleanbot.dm +++ b/code/modules/mob/living/simple_animal/bot/cleanbot.dm @@ -52,6 +52,9 @@ . = ..() icon_state = "cleanbot[on]" + clean_dirt = typecacheof(clean_dirt) + clean_blood = typecacheof(clean_blood) + var/datum/job/janitor/J = new/datum/job/janitor access_card.access += J.get_access() prev_access = access_card.access