Forráskód Böngészése

Update BT25_091.cs

Fix soft lock after OP returning card
x89rt2 3 hónapja
szülő
commit
76047bdf35
1 módosított fájl, 2 hozzáadás és 1 törlés
  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.Generic;
 
@@ -81,6 +80,8 @@ namespace DCGO.CardEffects.BT25
                             if (cardSources.Count >= 1)
                             {
                                 returned = true;
+
+                                return null;
                             }
                             
                             return null;