wgl 6 сар өмнө
parent
commit
d8d45c1972

+ 1 - 1
ActionTowerDefense/Assets/Scripts/Characters/AttributeStatus.cs

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