bugfix
This commit is contained in:
parent
d4198cb58a
commit
b512b2dce3
|
@ -7075,8 +7075,8 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
||||||
else if(friend&&friend.replacetwo){
|
else if(friend&&friend.replacetwo){
|
||||||
game.replacePlayerTwo(this,friend.replacetwo);
|
game.replacePlayerTwo(this,friend.replacetwo);
|
||||||
delete friend.replacetwo;
|
delete friend.replacetwo;
|
||||||
if(get.config('olfeiyang_four')&&friend==_status.firstAct.previous){
|
if(get.config('olfeiyang_four')&&this==_status.firstAct.previous){
|
||||||
friend.addSkill('olfeiyang');
|
this.addSkill('olfeiyang');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
Loading…
Reference in New Issue