x89rt2 3 месяцев назад
Родитель
Сommit
2c75c4b433
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/Scripts/CardEffect/BT16/Black/BT16_051.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT16/Black/BT16_051.cs

@@ -136,7 +136,7 @@ namespace DCGO.CardEffects.BT16
                         if (selectedPermanent != null)
                         {
                             CanNotBeRemovedClass canNotBeRemovedClass = new CanNotBeRemovedClass();
-                            canNotBeRemovedClass.SetUpICardEffect("Can't leave battle area except by deletion effect", CanUseProtectionCondition, card);
+                            canNotBeRemovedClass.SetUpICardEffect("Can't leave battle area except by deletion", CanUseProtectionCondition, card);
                             canNotBeRemovedClass.SetUpCanNotBeRemovedClass(permanentCondition: PermanentCondition);
                             selectedPermanent.UntilOpponentTurnEndEffects.Add((_timing) => canNotBeRemovedClass);
 
@@ -184,4 +184,4 @@ namespace DCGO.CardEffects.BT16
             return cardEffects;
         }
     }
-}
+}