parry CD fix (#20259)

This commit is contained in:
SteelSlayer
2023-01-20 19:20:01 -05:00
committed by GitHub
parent 50a73339b2
commit 29ee05fb8f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -77,6 +77,7 @@
return
time_parried = world.time
L.changeNext_move(CLICK_CD_PARRY)
L.do_attack_animation(L, used_item = parent)
/datum/component/parry/proc/attempt_parry(datum/source, mob/living/carbon/human/owner, atom/movable/hitby, damage = 0, attack_type = MELEE_ATTACK)