x89rt2 2 месяцев назад
Родитель
Сommit
fece795323
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      Assets/Scripts/Script/DataBase.cs

+ 5 - 0
Assets/Scripts/Script/DataBase.cs

@@ -564,6 +564,11 @@ public class DataBase : MonoBehaviour
         return "[Link] (Plug this card from the hand or battle area sideways into the specified Digimon in the battle area.)";
     }
 
+    public static string GuardEffectDescription()
+    {
+        return "<Guard> (When any of your other Digimon would leave the battle area by your opponent's effects, by deleting this Digimon, they don't leave.)";
+    }
+
     public static string ReplaceToASCII(string text)
     {
         if (string.IsNullOrEmpty(text))