Selaa lähdekoodia

修改功法小红点

lzx 1 viikko sitten
vanhempi
commit
57bf57604c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Assets/Scripts/GameLogic/RedDot/RedDotManager.cs

+ 1 - 1
Assets/Scripts/GameLogic/RedDot/RedDotManager.cs

@@ -268,7 +268,7 @@ public class RedDotManager : Singleton<RedDotManager>
         if (_skillInfo == null)
             return false;
 
-        if (_skillInfo.SkillData.level == 1)
+        if (_skillInfo.SkillData.level == 1 && !PlayerManager.Instance.GongFaControl.allUseSkill.Contains(_skillInfo))
         {
             return false;
         }