[MIRROR] Cursed actually breaks mirrors when it procs [MDB IGNORE] (#23552)

* Cursed actually breaks mirrors when it procs (#78094)

* Cursed actually breaks mirrors when it procs

---------

Co-authored-by: Sealed101 <cool.bullseye@yandex.ru>
This commit is contained in:
SkyratBot
2023-09-06 07:14:06 -04:00
committed by GitHub
co-authored by Sealed101
parent 16725f53bf
commit e7d1a624a8
+1
View File
@@ -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