@@ -98,7 +98,7 @@ public class AttributeStatus : MonoBehaviour
{
if (!haveNewSpecialStates)
- hitFeedbackSystem.EnterHitStun();
+ hitFeedbackSystem.EnterHitStun(attackFrom);
return;
}
hitFeedbackSystem.canHitStun = false;