From 71601942953bc64828bae2d186f4eb27ac3ba1fe Mon Sep 17 00:00:00 2001 From: Kluys Date: Tue, 24 Apr 2018 21:21:10 +0200 Subject: [PATCH] Cleaning speed back to normal This is better done in a general cleaning/blood and dirt reduction update. --- 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 9ae82d022f4..905660f108a 100644 --- a/code/modules/mob/living/simple_animal/bot/cleanbot.dm +++ b/code/modules/mob/living/simple_animal/bot/cleanbot.dm @@ -168,7 +168,7 @@ icon_state = "cleanbot-c" visible_message("[src] begins to clean up [target]") mode = BOT_CLEANING - spawn(25) + spawn(50) if(mode == BOT_CLEANING) QDEL_NULL(target) anchored = 0