x89rt2 5 месяцев назад
Родитель
Сommit
d1ef5e4508
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/Scripts/CardEffect/BT2/Yellow/BT2_087.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT2/Yellow/BT2_087.cs

@@ -21,7 +21,7 @@ public class BT2_087 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Start of Your Turn] If you have 3 or fewer security cards, gain 1 memory.";
+                return "[Start of Your Turn] If you have 3 or fewer security cards, gain 1 memory.";
             }
 
             bool CanUseCondition(Hashtable hashtable)
@@ -75,4 +75,4 @@ public class BT2_087 : CEntity_Effect
 
         return cardEffects;
     }
-}
+}