parent
54e9ebe98a
commit
fa514f366e
|
@ -13316,6 +13316,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
||||||
else text=_status.yexinjia_list.randomRemove();
|
else text=_status.yexinjia_list.randomRemove();
|
||||||
lib.group.push(text);
|
lib.group.push(text);
|
||||||
lib.translate[text+'2']=text;
|
lib.translate[text+'2']=text;
|
||||||
|
lib.groupnature[text]='kami';
|
||||||
event.text=text;
|
event.text=text;
|
||||||
game.broadcastAll(function(player,text){
|
game.broadcastAll(function(player,text){
|
||||||
player.identity=text;
|
player.identity=text;
|
||||||
|
@ -13340,7 +13341,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
||||||
//event.targets4.push(target);
|
//event.targets4.push(target);
|
||||||
game.broadcastAll(function(player,text){
|
game.broadcastAll(function(player,text){
|
||||||
player.identity=text;
|
player.identity=text;
|
||||||
player.setIdentity(text,text);
|
player.setIdentity(text,'kami');
|
||||||
},target,event.text);
|
},target,event.text);
|
||||||
target.changeGroup(event.text);
|
target.changeGroup(event.text);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue