瀏覽代碼

修复起手式会被控制效果打断问题

WGL 4 月之前
父節點
當前提交
320f09b427
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ActionTowerDefense/Assets/Scripts/Characters/MoveCharacter.cs

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

@@ -252,7 +252,7 @@ public class MoveCharacter : Character
     {
         if (invincibleTime > 0)
         {
-            attributeStatus.AddSpecialState(attackInfo, attackFrom);
+            //attributeStatus.AddSpecialState(attackInfo, attackFrom);
             return;
         }
         screenReflectPresets.ScreenReflect(hitFeedbackSystem, attackInfo.attackValue - hitResistance);