From 42f624367f2ec6e55371f2976f6d6cb42ac71ca2 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 26 May 2021 00:17:16 -0400 Subject: [PATCH] Make woofs forgetful --- code/modules/mob/living/simple_mob/subtypes/vore/softdog.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/softdog.dm b/code/modules/mob/living/simple_mob/subtypes/vore/softdog.dm index b5804c22671..6eeeff5c7fb 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/softdog.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/softdog.dm @@ -188,6 +188,7 @@ retaliate = 1 cooperative = TRUE speak_chance = 1 + lose_target_timeout = 0 // Easily distracted /datum/ai_holder/simple_mob/woof/hostile hostile = 1