This commit is contained in:
parent
fb508b4b53
commit
9e98a31ad5
|
@ -16764,6 +16764,12 @@
|
||||||
game.playerMap[players[i].dataset.position]=players[i];
|
game.playerMap[players[i].dataset.position]=players[i];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
removeTafangPlayer:function(){
|
||||||
|
ui.fakeme.hide();
|
||||||
|
ui.handcards1Container.innerHTML='';
|
||||||
|
ui.handcards2Container.innerHTML='';
|
||||||
|
game.me=ui.create.player();
|
||||||
|
},
|
||||||
swapControl:function(player,hs){
|
swapControl:function(player,hs){
|
||||||
if(player&&player.node){
|
if(player&&player.node){
|
||||||
var cards=get.infoCards(hs);
|
var cards=get.infoCards(hs);
|
||||||
|
|
4818
mode/tafang.js
4818
mode/tafang.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue