Update mobile.js

This commit is contained in:
mengxinzxz 2023-08-19 10:10:49 +08:00 committed by GitHub
parent b4aa75e454
commit d667651b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
});
}
else{
player.chooseToDiscard(3,true,'he');
player.chooseToDiscard(2,true,'he');
event.finish();
}
'step 3'