@@ -230,6 +230,10 @@ public class AttributeStatus : MonoBehaviour
{
hitFeedbackSystem.EnterHitStun(attackFrom);
}
+ else
+ {
+ hitFeedbackSystem.canBeHitStun = false;
+ }