〇改为零
This commit is contained in:
parent
52d60a7d48
commit
bc405d5537
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue