This commit is contained in:
CoffeeKat
2023-10-24 20:56:34 +11:00
committed by GitHub
parent a3100b04d9
commit 9590f99d30
13 changed files with 31 additions and 31 deletions

View File

@@ -113,7 +113,7 @@
D.apply_damage(A.get_punchdamagehigh() + 5, STAMINA) //15 damage
log_combat(A, D, "kicked (CQC)")
D.add_movespeed_modifier(MOVESPEED_ID_SHOVE, multiplicative_slowdown = SHOVE_SLOWDOWN_STRENGTH)
addtimer(CALLBACK(D, /mob/living/carbon/human/proc/clear_shove_slowdown), SHOVE_SLOWDOWN_LENGTH)
addtimer(CALLBACK(D, TYPE_PROC_REF(/mob/living/carbon/human, clear_shove_slowdown)), SHOVE_SLOWDOWN_LENGTH)
if(!(D.mobility_flags & MOBILITY_STAND) && !D.stat)
log_combat(A, D, "prone-kicked(CQC)")
D.visible_message(span_warning("[A] firmly kicks [D] in the abdomen!"), \