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