〇改为零

This commit is contained in:
lieren2023 2024-03-29 23:32:10 +08:00 committed by GitHub
parent 31cd2c779f
commit 0dea28a270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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;