From ae7ce39f622e1a1534e82de90212c3eb3a49b909 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 20 Apr 2019 23:28:43 -0500 Subject: [PATCH] aaaAAAAaaaa --- code/modules/mob/living/simple_animal/hostile/hostile.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/hostile/hostile.dm b/code/modules/mob/living/simple_animal/hostile/hostile.dm index ec858fdff5..77b434c74a 100644 --- a/code/modules/mob/living/simple_animal/hostile/hostile.dm +++ b/code/modules/mob/living/simple_animal/hostile/hostile.dm @@ -352,6 +352,8 @@ vore_attack(src,L,src) else return L.attack_animal(src) + else + return L.attack_animal(src) //literally every single fucking one of these need this I guess. else return target.attack_animal(src)