From 348650ef8c5b7187609dafafbcc1e1730418365f Mon Sep 17 00:00:00 2001 From: Theos Date: Sat, 7 Dec 2019 19:18:07 -0500 Subject: [PATCH] aeeeeeeeaeaeaeaeaeaeaeaeaeaeaee merge my pr --- .../mob/living/simple_animal/hostile/megafauna/hierophant.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/hierophant.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/hierophant.dm index 7acb2ecf2b91..9661a7e8c215 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/hierophant.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/hierophant.dm @@ -442,7 +442,7 @@ Difficulty: Hard if(!blinking) if(target && isliving(target)) var/mob/living/L = target - if(L.stat != DEAD) + if(L.stat != DEAD && !istype(L, /mob/living/simple_animal/slime)) // Megafauna eat slimes if(ranged_cooldown <= world.time) calculate_rage() ranged_cooldown = world.time + max(5, ranged_cooldown_time - anger_modifier * 0.75)