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

Corrected Decode string description

Lewisaaronwelch 1 год назад
Родитель
Сommit
5dcd99a72d

+ 1 - 1
Assets/CardEffect/BT19/Blue/BT19_024.cs

@@ -18,7 +18,7 @@ namespace DCGO.CardEffects.BT19
                     return source.CardColors.Contains(CardColor.Blue) && source.HasLevel && source.IsLevel4;
                 }
 
-                string[] decodeStrings = { "(Blue Lv.4)", "Blue Level 4 Digimon" };
+                string[] decodeStrings = { "(Blue Lv.4)", "Blue Level 4" };
                 cardEffects.Add(CardEffectFactory.DecodeSelfEffect(card: card, isInheritedEffect: false, decodeStrings: decodeStrings, sourceCondition: SourceCondition, condition: null));
             }
 

+ 1 - 1
Assets/CardEffect/BT19/Blue/BT19_027.cs

@@ -18,7 +18,7 @@ namespace DCGO.CardEffects.BT19
                     return source.CardColors.Contains(CardColor.Blue) && source.HasLevel && source.IsLevel5;
                 }
 
-                string[] decodeStrings = { "(Blue Lv.5)", "Blue Level 5 Digimon" };
+                string[] decodeStrings = { "(Blue Lv.5)", "Blue Level 5" };
                 cardEffects.Add(CardEffectFactory.DecodeSelfEffect(card: card, isInheritedEffect: false, decodeStrings: decodeStrings, sourceCondition: SourceCondition, condition: null));
             }