修复蹇硕强令任务必失败的bug
This commit is contained in:
parent
00a1705102
commit
38a91ebc6b
|
@ -2254,7 +2254,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
var target=list[0],count=list[1]||1;
|
var target=list[0],count=list[1]||1;
|
||||||
event.target=target; event.count=count;
|
event.target=target; event.count=count;
|
||||||
'step 1'
|
'step 1'
|
||||||
if(player.countMark('twqiangling')>=2){
|
if(player.countMark('twlinglu_order')>=2){
|
||||||
game.log(player,'成功完成了',target,'发布的','#g【令戮】','强令');
|
game.log(player,'成功完成了',target,'发布的','#g【令戮】','强令');
|
||||||
player.popup('强令成功','wood');
|
player.popup('强令成功','wood');
|
||||||
player.draw(2);
|
player.draw(2);
|
||||||
|
@ -2265,7 +2265,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
player.popup('强令失败','fire');
|
player.popup('强令失败','fire');
|
||||||
}
|
}
|
||||||
'step 2'
|
'step 2'
|
||||||
if(player.countMark('twqiangling')>=2){
|
if(player.countMark('twlinglu_order')>=2){
|
||||||
game.delayx();
|
game.delayx();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
Loading…
Reference in New Issue