Bläddra i källkod

Update P_073.cs

x89rt2 5 månader sedan
förälder
incheckning
2c166dc6e9
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Assets/Scripts/CardEffect/P/Blue/P_073.cs

+ 2 - 2
Assets/Scripts/CardEffect/P/Blue/P_073.cs

@@ -57,7 +57,7 @@ public class P_073 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[When Digivolving] If you have a Tamer in play, return 2 of your opponent�'s level 3 Digimon to their owners�fands.";
+                return "[When Digivolving] If you have a Tamer in play, return 2 of your opponent�'s level 3 Digimon to their owners' hands.";
             }
 
             bool CanSelectPermanentCondition(Permanent permanent)
@@ -140,7 +140,7 @@ public class P_073 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[All Turns] If this Digimon has [Garurumon] or [Omnimon] in its name and would be deleted in battle, you may trash 2 cards of the same level from this Digimon�f digivolution cards to prevent the deletion.";
+                return "[All Turns] If this Digimon has [Garurumon] or [Omnimon] in its name and would be deleted in battle, you may trash 2 cards of the same level from this Digimon's digivolution cards to prevent the deletion.";
             }
 
             bool CanSelectCardCondition(CardSource cardSource)