修复蹇硕强令任务必失败的bug

This commit is contained in:
157 2023-09-21 13:31:13 +08:00 committed by GitHub
parent 00a1705102
commit 38a91ebc6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2254,7 +2254,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
var target=list[0],count=list[1]||1;
event.target=target; event.count=count;
'step 1'
if(player.countMark('twqiangling')>=2){
if(player.countMark('twlinglu_order')>=2){
game.log(player,'成功完成了',target,'发布的','#g【令戮】','强令');
player.popup('强令成功','wood');
player.draw(2);
@ -2265,7 +2265,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
player.popup('强令失败','fire');
}
'step 2'
if(player.countMark('twqiangling')>=2){
if(player.countMark('twlinglu_order')>=2){
game.delayx();
}
else{