diff --git a/card/yunchou.js b/card/yunchou.js index 5c227bf86..957c13563 100644 --- a/card/yunchou.js +++ b/card/yunchou.js @@ -928,7 +928,7 @@ card.yunchou={ order:1, result:{ target:function(player,target){ - return lib.card.shandian.ai.result.target.call(player,target); + return lib.card.shandian.ai.result.target(player,target); } }, }