From 320f1d60c1ea6ee0bcb90078831628b3c5029898 Mon Sep 17 00:00:00 2001 From: Kyep <16434066+Kyep@users.noreply.github.com> Date: Thu, 15 Oct 2020 00:48:56 +0000 Subject: [PATCH] sentient minebots can no longer be converted to cult (#14547) Co-authored-by: Kyep --- code/modules/mining/minebot.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mining/minebot.dm b/code/modules/mining/minebot.dm index dbaa24fef34..889f2012d1e 100644 --- a/code/modules/mining/minebot.dm +++ b/code/modules/mining/minebot.dm @@ -336,6 +336,8 @@ M.move_to_delay = initial(M.move_to_delay) + base_speed_add if(M.stored_gun) M.stored_gun.overheat_time += base_cooldown_add + if(M.mind) + M.mind.offstation_role = TRUE /**********************Mining drone cube**********************/