This commit is contained in:
kevinz000
2020-01-07 12:03:46 -08:00
parent 606ea46314
commit e4cfb1fa39
15 changed files with 29 additions and 31 deletions
@@ -79,7 +79,7 @@
visible_message("<span class='danger'>[M] has attempted to punch [name]!</span>", \
"<span class='userdanger'>[M] has attempted to punch [name]!</span>", null, COMBAT_MESSAGE_RANGE)
if(INTENT_DISARM)
if(!IsUnconscious())
if(!_MOBILITYFLAGTEMPORARY_IsUnconscious())
M.do_attack_animation(src, ATTACK_EFFECT_DISARM)
if (prob(25))
DefaultCombatKnockdown(40)