Browse Source

修复击落后可以被僵直打断问题again

wgl 6 months ago
parent
commit
72175744ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ActionTowerDefense/Assets/Scripts/Characters/AttributeStatus.cs

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

@@ -186,7 +186,7 @@ public class AttributeStatus : MonoBehaviour
 
 
         }
-        if(curSpecialStates != SpecialState.Null)
+        if(curSpecialStates == SpecialState.Null)
         {
             hitFeedbackSystem.EnterHitStun(attackFrom);
         }