Lewisaaronwelch 11 месяцев назад
Родитель
Сommit
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)