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;