Quellcode durchsuchen

Update P_187.cs

Lewisaaronwelch vor 11 Monaten
Ursprung
Commit
32318c8b16
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      Assets/CardEffect/P/Purple/P_187.cs

+ 1 - 0
Assets/CardEffect/P/Purple/P_187.cs

@@ -200,6 +200,7 @@ namespace DCGO.CardEffects.P
                                 {
                                     CardSource topCard = selectedPermanent.TopCard;
 
+                                    // TODO: Replace this and if below with a PlaceInSecurityProcessFromResult
                                     yield return ContinuousController.instance.StartCoroutine(new IPutSecurityPermanent(selectedPermanent, CardEffectCommons.CardEffectHashtable(activateClass), toTop: position).PutSecurity());
 
                                     if (topCard.Owner.SecurityCards.Contains(topCard) || topCard.IsToken)