This commit is contained in:
libccy 2018-01-06 19:21:00 +08:00
parent 7e6e69c050
commit ecc7edfd88
1 changed files with 1 additions and 0 deletions

View File

@ -2715,6 +2715,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
filter:function(event,player){
return event.source&&event.source.isAlive()&&event.source!=player&&event.source.countCards('h')>0;
},
logTarget:'source',
content:function(){
var card=trigger.source.getCards('h').randomGet();
if(card){