This commit is contained in:
parent
09f3b69ad3
commit
773aae8441
|
@ -19332,6 +19332,7 @@
|
|||
game.addVideo('addFellow',null,[position,character]);
|
||||
var player=ui.create.player(ui.arena).animate(animation||'start');
|
||||
player.dataset.position=position||game.players.length+game.dead.length;
|
||||
player.getId();
|
||||
if(character) player.init(character);
|
||||
game.players.push(player);game.arrangePlayers();
|
||||
return player;
|
||||
|
|
|
@ -1272,7 +1272,7 @@ mode.chess={
|
|||
}
|
||||
},
|
||||
},
|
||||
playerproto:{
|
||||
content:{
|
||||
replaceChessPlayer:function(){
|
||||
'step 0'
|
||||
if(get.config('additional_player')){
|
||||
|
|
Loading…
Reference in New Issue