浏览代码

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

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)
             if (isReadyConduct)
             {
             {
+                cacheSummonTime = 0;
                 conductController.Conduct(cacheConductId);
                 conductController.Conduct(cacheConductId);
             }
             }
             isReadyConduct = false;
             isReadyConduct = false;