This commit is contained in:
parent
9e6eccbaef
commit
100105d8a6
|
@ -2013,6 +2013,10 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
filterCard:true,
|
filterCard:true,
|
||||||
usable:1,
|
usable:1,
|
||||||
position:'he',
|
position:'he',
|
||||||
|
filter:function(event,player){
|
||||||
|
if(!get.is.altered('xinjieyin')) return false;
|
||||||
|
return player.countCards('he')>0;
|
||||||
|
},
|
||||||
check:function(card){
|
check:function(card){
|
||||||
var player=_status.event.player;
|
var player=_status.event.player;
|
||||||
if(get.position(card)=='e'){
|
if(get.position(card)=='e'){
|
||||||
|
|
Loading…
Reference in New Issue