فهرست منبع

Merge pull request #884 from DCGO2/x89rt2-patch-1

Update P_179.cs
x89rt2 5 ماه پیش
والد
کامیت
f6963a3b09
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Assets/Scripts/CardEffect/P/Black/P_179.cs

+ 1 - 1
Assets/Scripts/CardEffect/P/Black/P_179.cs

@@ -195,7 +195,7 @@ namespace DCGO.CardEffects.P
                         mode: SelectPermanentEffect.Mode.Destroy,
                         cardEffect: activateClass);
 
-                    selectPermanentEffect.SetUpCustomMessage("Select [Device] option to trash", "The opponent is selecting 1 [Device] option to trash");
+                    selectPermanentEffect.SetUpCustomMessage("Select 1 option to trash", "The opponent is selecting 1 option to trash");
                     yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
 
                     IEnumerator SelectPermanentCoroutine(Permanent permanent)