From 23503fd5dc9b1096ba72098a0f36b4c09e7a3677 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:04:34 -0400 Subject: [PATCH] fixes ed209 (#21819) --- code/modules/mob/living/simple_animal/bot/syndicate_bots.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/syndicate_bots.dm b/code/modules/mob/living/simple_animal/bot/syndicate_bots.dm index 6518055e6cf..f5835de4d24 100644 --- a/code/modules/mob/living/simple_animal/bot/syndicate_bots.dm +++ b/code/modules/mob/living/simple_animal/bot/syndicate_bots.dm @@ -170,7 +170,7 @@ /mob/living/simple_animal/bot/ed209/syndicate/emp_act(severity) return -/mob/living/simple_animal/bot/ed209/UnarmedAttack(atom/A) +/mob/living/simple_animal/bot/ed209/syndicate/UnarmedAttack(atom/A) if(!on) return shootAt(A)