From de2380422f81ef09277b0c14d87dbfa775b63557 Mon Sep 17 00:00:00 2001 From: Mikhail Dzianishchyts Date: Wed, 14 Aug 2024 20:40:25 +0300 Subject: [PATCH] Fix cloak of the prophet not working if a broken mirror exists (#26476) --- .../mob/living/simple_animal/hostile/mining/elites/herald.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining/elites/herald.dm b/code/modules/mob/living/simple_animal/hostile/mining/elites/herald.dm index 0999bc088866..6b2611e196e7 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining/elites/herald.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining/elites/herald.dm @@ -289,7 +289,7 @@ if(istype(i, /obj/structure/mirror)) var/obj/structure/mirror/B = i if(B.broken) - return + continue var/tmpname = T.loc.name if(areaindex[tmpname]) tmpname = "[tmpname] ([++areaindex[tmpname]])"