x89rt2 4 месяцев назад
Родитель
Сommit
913cdf0905
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/Scripts/CardEffect/BT24/Purple/BT24_079.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT24/Purple/BT24_079.cs

@@ -140,7 +140,7 @@ namespace DCGO.CardEffects.BT24
                             List<SelectionElement<bool>> selectionElements = new List<SelectionElement<bool>>()
                             {
                                 new SelectionElement<bool>(message: $"From This Digimon", value: true, spriteIndex: 0),
-                                new SelectionElement<bool>(message: $"From Hand", value: false, spriteIndex: 1),
+                                new SelectionElement<bool>(message: $"From Hand", value: false, spriteIndex: 0),
                             };
 
                             string selectPlayerMessage = "Choose where to get the digimon from";