From ae1e03f5d92d9cc86ad2f68a9a98d3c8d033c1b6 Mon Sep 17 00:00:00 2001 From: Kugamo Date: Tue, 21 Jun 2022 06:19:19 -0500 Subject: [PATCH] Beepski attack animation --- code/modules/mob/living/simple_animal/bot/secbot.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/bot/secbot.dm b/code/modules/mob/living/simple_animal/bot/secbot.dm index f1b08955ccf..f69dfcc1206 100644 --- a/code/modules/mob/living/simple_animal/bot/secbot.dm +++ b/code/modules/mob/living/simple_animal/bot/secbot.dm @@ -255,6 +255,7 @@ playsound(loc, 'sound/weapons/Egloves.ogg', 50, 1, -1) if(harmbaton) playsound(loc, 'sound/weapons/genhit1.ogg', 50, 1, -1) + do_attack_animation(C) icon_state = "[base_icon]-c" spawn(2) icon_state = "[base_icon][on]"