From d29b3df5e7dce7a874f808bbda79547c91e800f1 Mon Sep 17 00:00:00 2001 From: Sealed101 Date: Wed, 6 Sep 2023 08:48:35 +0300 Subject: [PATCH] Cursed actually breaks mirrors when it procs (#78094) --- code/datums/components/omen.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/components/omen.dm b/code/datums/components/omen.dm index 93888d0a436b2b..4f3b17a7473528 100644 --- a/code/datums/components/omen.dm +++ b/code/datums/components/omen.dm @@ -138,6 +138,7 @@ switch(rand(1, 5)) if(1) to_chat(living_guy, span_warning("The mirror explodes into a million pieces! Wait, does that mean you're even more unlucky?")) + evil_mirror.take_damage(evil_mirror.max_integrity, BRUTE, MELEE, FALSE) if(prob(50 * luck_mod)) // sometimes luck_mod += 0.25 damage_mod += 0.25