Lewisaaronwelch пре 11 месеци
родитељ
комит
32318c8b16
1 измењених фајлова са 1 додато и 0 уклоњено
  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)