This commit is contained in:
silicons
2020-07-23 00:32:05 -07:00
parent 21d57eeeac
commit 65898bb7f6
+1 -1
View File
@@ -36,7 +36,7 @@
if(attack_hand_speed)
if(!user.CheckActionCooldown(attack_hand_speed))
return
attack_hand(user, act_intent, unarmed_attack_flags)
on_attack_hand(user, act_intent, unarmed_attack_flags)
if(attack_hand_unwieldlyness)
user.DelayNextAction(attack_hand_unwieldlyness, considered_action = attack_hand_is_action)