Przeglądaj źródła

small tweak for "when removed from field" protection when being put to security

mbunch_kascope 2 lat temu
rodzic
commit
cf425554ca
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Assets/Scripts/CardController.cs

+ 1 - 1
Assets/Scripts/CardController.cs

@@ -2546,7 +2546,7 @@ public class IPutSecurityPermanent
 
         CardSource topCard = _permanent.TopCard;
 
-        if (_permanent.willBeRemoveField)
+        if (!_permanent.willBeRemoveField)
             yield break;
 
         if (topCard == null)