〇改为零

This commit is contained in:
lieren2023 2024-03-29 23:27:12 +08:00 committed by GitHub
parent 52d60a7d48
commit bc405d5537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4761,7 +4761,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
event.goto(2); event.goto(2);
} }
else{ else{
var choices=['','一','二']; var choices=['','一','二'];
player.chooseControl(choices).set('prompt','镇荧:请选择要将手牌调整至的张数').set('ai',()=>{ player.chooseControl(choices).set('prompt','镇荧:请选择要将手牌调整至的张数').set('ai',()=>{
return [0,1,2].randomGet(); return [0,1,2].randomGet();
}); });