From d7892a4d4ed20dc324a3ab5dd080b4e6b0200d96 Mon Sep 17 00:00:00 2001 From: BLU REMOTE <56207629+BLUREMOTE@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:18:05 +0100 Subject: [PATCH] Training Dummy Rabbit no longer breach Red Hood (#1903) red merc ignore bunny --- .../simple_animal/abnormality/waw/red_riding_mercenary.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/abnormality/waw/red_riding_mercenary.dm b/code/modules/mob/living/simple_animal/abnormality/waw/red_riding_mercenary.dm index d6d0d0b34b7d..443e701e731e 100644 --- a/code/modules/mob/living/simple_animal/abnormality/waw/red_riding_mercenary.dm +++ b/code/modules/mob/living/simple_animal/abnormality/waw/red_riding_mercenary.dm @@ -439,6 +439,8 @@ It has now been over four months. Now we get her for real. -Coxswain else manual_emote("perks up for a moment, then settles back down, looking annoyed.") return + if(istype(abno, /mob/living/simple_animal/hostile/abnormality/training_rabbit)) + return if(datum_reference.qliphoth_meter > 1) if(client) to_chat(src, span_notice("You hear something..."))