Преглед изворни кода

Fix 0 DP Digimon being deleted in breeding

hooperk пре 5 месеци
родитељ
комит
fbcfa2c032
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Assets/Scripts/Script/AutoProcessing.cs

+ 1 - 1
Assets/Scripts/Script/AutoProcessing.cs

@@ -460,7 +460,7 @@ public class AutoProcessing : MonoBehaviourPunCallbacks
     IEnumerator DigimonLackDPProcess()
     {
         List<Permanent> LackPowerPermanents = GManager.instance.turnStateMachine.gameContext.Players_ForTurnPlayer
-            .Map(player => player.GetFieldPermanents()
+            .Map(player => player.GetBattleAreaPermanents()
             .Filter(IsDigimonLackDP)).Flat();
 
         if (LackPowerPermanents.Count >= 1)