v1.9.89.4(part3)

This commit is contained in:
Spmario233 2019-07-14 18:58:44 +08:00 committed by GitHub
parent 2c39c57084
commit c8f442fa05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1733,6 +1733,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
},
},
trigger:{player:['phaseUseBegin','phaseAfter','phaseDrawBegin']},
forced:true,
filter:function(event,player){
return event.name=='phaseDraw'||player.countCards('h')<9;
},