Skip to content

Commit

Permalink
Cursed actually breaks mirrors when it procs (tgstation#78094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sealed101 committed Sep 6, 2023
1 parent 35bad4b commit d29b3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/components/omen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d29b3df

Please sign in to comment.