Merge pull request #6298 from Sebbe9123/dogborgpounce

Buffs dogborg pounce
This commit is contained in:
Spades
2019-12-22 10:41:57 -05:00
committed by GitHub

View File

@@ -435,5 +435,5 @@
var/armor_block = run_armor_check(T, "melee")
var/armor_soak = get_armor_soak(T, "melee")
T.apply_damage(20, HALLOSS,, armor_block, armor_soak)
if(prob(33))
T.apply_effect(3, WEAKEN, armor_block)
if(prob(75)) //75% chance to stun for 5 seconds, really only going to be 4 bcus click cooldown+animation.
T.apply_effect(5, WEAKEN, armor_block)