Lewisaaronwelch 11 сар өмнө
parent
commit
32318c8b16

+ 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)