This commit is contained in:
libccy 2017-02-27 11:55:42 +08:00
parent 05f828304c
commit 6abfa4eaf2
1 changed files with 0 additions and 12 deletions

View File

@ -11797,18 +11797,6 @@
if(next.card){
next.card=get.autoViewAs(next.card,false,next.player);
var info=get.info(next.card);
<<<<<<< HEAD
=======
if(info.autoViewAs){
next.card={
name:info.autoViewAs,
suit:next.card.suit,
number:next.card.number,
nature:next.card.nature
};
info=get.info(next.card);
}
>>>>>>> origin/master
if(info.changeTarget){
info.changeTarget(next.player,next.targets);
}