This commit is contained in:
libccy 2017-05-19 18:23:41 +08:00
parent f9d51750fd
commit 3826e09c66
1 changed files with 8 additions and 0 deletions

View File

@ -12169,7 +12169,15 @@
if(_status.roundStart==player){
_status.roundStart=player.next||player.getNext()||game.players[0];
}
var unseen=false;
if(player.classList.contains('unseen')){
player.classList.remove('unseen');
unseen=true;
}
var logvid=game.logv(player,'die',source);
if(unseen){
player.classList.add('unseen');
}
if(source&&source!=player){
game.log(player,'被',source,'杀害');
if(source.stat[source.stat.length-1].kill==undefined){