소스 검색

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

WGL 2 달 전
부모
커밋
8560995a22
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;