Browse Source

修复融魂技会自动再召唤一个士兵的问题

WGL 2 months ago
parent
commit
8560995a22
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ActionTowerDefense/Assets/Scripts/Characters/PlayerController.cs

+ 1 - 0
ActionTowerDefense/Assets/Scripts/Characters/PlayerController.cs

@@ -558,6 +558,7 @@ public class PlayerController : MoveCharacter
         {
             if (isReadyConduct)
             {
+                cacheSummonTime = 0;
                 conductController.Conduct(cacheConductId);
             }
             isReadyConduct = false;