Procházet zdrojové kódy

Update BT25_091.cs

Fix soft lock after OP returning card
x89rt2 před 3 měsíci
rodič
revize
76047bdf35
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      Assets/Scripts/CardEffect/BT25/Black/BT25_091.cs

+ 2 - 1
Assets/Scripts/CardEffect/BT25/Black/BT25_091.cs

@@ -1,4 +1,3 @@
-using System;
 using System.Collections;
 using System.Collections;
 using System.Collections.Generic;
 using System.Collections.Generic;
 
 
@@ -81,6 +80,8 @@ namespace DCGO.CardEffects.BT25
                             if (cardSources.Count >= 1)
                             if (cardSources.Count >= 1)
                             {
                             {
                                 returned = true;
                                 returned = true;
+
+                                return null;
                             }
                             }
                             
                             
                             return null;
                             return null;