From 65898bb7f6d9a92c5a5222cdd4b019ccfcde4cb6 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Thu, 23 Jul 2020 00:32:05 -0700 Subject: [PATCH] inf loop --- code/_onclick/other_mobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/other_mobs.dm b/code/_onclick/other_mobs.dm index bda18cfb24..c35158046e 100644 --- a/code/_onclick/other_mobs.dm +++ b/code/_onclick/other_mobs.dm @@ -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)