Просмотр исходного кода

Update BT25-077 show if effect was triggerd by effect or not

hooperk 3 месяцев назад
Родитель
Сommit
470d367eb3
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Assets/Scripts/CardEffect/BT25/Black/BT25_077.cs

+ 4 - 0
Assets/Scripts/CardEffect/BT25/Black/BT25_077.cs

@@ -159,6 +159,10 @@ namespace DCGO.CardEffects.BT25
                             mode: SelectPermanentEffect.Mode.Tap,
                             mode: SelectPermanentEffect.Mode.Tap,
                             cardEffect: activateClass);
                             cardEffect: activateClass);
 
 
+                        string message = isByEffect ? "Select a Digimon to suspend. Triggered by effect: After you will delete 1 enemy digimon." : "Select a Digimon to suspend. Not triggered by effect: Select \"No Selection\" to not expend the once per turn.";
+
+                        selectPermanentEffect.SetUpCustomMessage(message, "Opponent is selecting a Digimon to suspend.");
+
                         yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
                         yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
 
 
                         IEnumerator AfterSelectPermanentCoroutine(List<Permanent> permanents)
                         IEnumerator AfterSelectPermanentCoroutine(List<Permanent> permanents)