mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
[MIRROR] Fix mobvore fix (#10969)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4f3e3a5184
commit
c4c7e7953e
@@ -174,6 +174,7 @@
|
|||||||
vore_pounce_cooldown = world.time + 20 SECONDS // don't attempt another pounce for a while
|
vore_pounce_cooldown = world.time + 20 SECONDS // don't attempt another pounce for a while
|
||||||
if(prob(successrate)) // pounce success!
|
if(prob(successrate)) // pounce success!
|
||||||
M.Weaken(5)
|
M.Weaken(5)
|
||||||
|
M.AdjustStunned(2)
|
||||||
M.visible_message(span_danger("\The [src] pounces on \the [M]!"))
|
M.visible_message(span_danger("\The [src] pounces on \the [M]!"))
|
||||||
else // pounce misses!
|
else // pounce misses!
|
||||||
M.visible_message(span_danger("\The [src] attempts to pounce \the [M] but misses!"))
|
M.visible_message(span_danger("\The [src] attempts to pounce \the [M] but misses!"))
|
||||||
|
|||||||
Reference in New Issue
Block a user