[MIRROR] Fix mobvore fix (#10969)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-05-29 04:17:12 -07:00
committed by GitHub
parent 4f3e3a5184
commit c4c7e7953e

View File

@@ -174,6 +174,7 @@
vore_pounce_cooldown = world.time + 20 SECONDS // don't attempt another pounce for a while
if(prob(successrate)) // pounce success!
M.Weaken(5)
M.AdjustStunned(2)
M.visible_message(span_danger("\The [src] pounces on \the [M]!"))
else // pounce misses!
M.visible_message(span_danger("\The [src] attempts to pounce \the [M] but misses!"))