侠徐庶【剑歌】摸牌时机调整
This commit is contained in:
parent
13b028e683
commit
b73f680065
|
@ -9428,7 +9428,11 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
return _status.event.skill=='twjiange'?1:Infinity;
|
return _status.event.skill=='twjiange'?1:Infinity;
|
||||||
},
|
},
|
||||||
precontent:function(){
|
precontent:function(){
|
||||||
if(player!=_status.currentPhase) player.draw();
|
if(player!=_status.currentPhase){
|
||||||
|
player.when({player:['useCard','respond']})
|
||||||
|
.filter(evt=>evt.skill=='twjiange')
|
||||||
|
.then(()=>player.draw());
|
||||||
|
}
|
||||||
event.getParent().addCount=false;
|
event.getParent().addCount=false;
|
||||||
},
|
},
|
||||||
prompt:'将一张非基本牌当杀使用或打出',
|
prompt:'将一张非基本牌当杀使用或打出',
|
||||||
|
|
Loading…
Reference in New Issue