Ver código fonte

Update BT1_090.cs

x89rt2 4 meses atrás
pai
commit
1f0cb49bc0
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Assets/Scripts/CardEffect/BT1/Red/BT1_090.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT1/Red/BT1_090.cs

@@ -21,7 +21,7 @@ public class BT1_090 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Main] Gain 2 memory. At end of turn�Close 2 memory.";
+                return "[Main] Gain 2 memory. At end of turn, lose 2 memory.";
             }
             bool CanUseCondition(Hashtable hashtable)
             {
@@ -61,4 +61,4 @@ public class BT1_090 : CEntity_Effect
 
         return cardEffects;
     }
-}
+}