DefaultCombatknockdown

This commit is contained in:
kevinz000
2020-02-25 03:18:37 -07:00
parent 8b06f6d4e9
commit bfb8139225
7 changed files with 14 additions and 14 deletions
@@ -44,7 +44,7 @@
var/mob/living/carbon/L = .
if(istype(L))
if(prob(25))
L.Knockdown(20)
L.DefaultCombatKnockdown(20)
L.visible_message("<span class='danger'>\the [src] knocks down \the [L]!</span>")