From 0dea28a270bb62f272092fbd0511b41519c1dbdf Mon Sep 17 00:00:00 2001 From: lieren2023 <131325076+lieren2023@users.noreply.github.com> Date: Fri, 29 Mar 2024 23:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=87=E6=94=B9=E4=B8=BA=E9=9B=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- card/swd.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/card/swd.js b/card/swd.js index 5d10daaf9..9f59759fa 100644 --- a/card/swd.js +++ b/card/swd.js @@ -2418,7 +2418,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){ if(card&&card.storage.shouna&&card.storage.shouna.length){ return '共有'+get.cnNumber(card.storage.shouna.length)+'张牌'; } - return '共有〇张牌'; + return '共有零张牌'; }, mark:function(dialog,storage,player){ var card=player.getEquip('lianyaohu'); @@ -2426,7 +2426,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){ dialog.addAuto(card.storage.shouna); } else{ - return '共有〇张牌'; + return '共有零张牌'; } }, markcount:function(storage,player){ @@ -4588,7 +4588,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){ content:function(){ "step 0" if(event.isMine()){ - event.longfan=ui.create.control('〇','〇','〇','〇',function(){ + event.longfan=ui.create.control('零','零','零','零',function(){ event.longfan.status--; }); event.longfan.status=4;