x89rt2 преди 4 месеца
родител
ревизия
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";