From 682c8fd86e73086849b4e3931e06931ef64d96c3 Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Wed, 9 Nov 2022 21:37:55 +0000 Subject: [PATCH] botfix (#19638) --- code/modules/mob/living/simple_animal/bot/bot.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/bot.dm b/code/modules/mob/living/simple_animal/bot/bot.dm index e6cfcee1b05..d9567d16a3e 100644 --- a/code/modules/mob/living/simple_animal/bot/bot.dm +++ b/code/modules/mob/living/simple_animal/bot/bot.dm @@ -594,7 +594,6 @@ Pass a positive integer as an argument to override a bot's default speed. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /mob/living/simple_animal/bot/proc/bot_patrol() - set_path(null) patrol_step() addtimer(CALLBACK(src, PROC_REF(do_patrol)), 5)