Merge pull request #408 from mengxinzxz/PR-Branch

xinfu_wuniang,decadewuniang关索ID调整
This commit is contained in:
Spmario233 2023-09-27 21:21:15 +08:00 committed by GitHub
commit 1ec0949b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23815,7 +23815,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
player.line(target,'fire');
event.draws=game.filterPlayer(function(current){
if(current==target) return true;
return ['guansuo','old_guansuo'].contains(current.name)||['guansuo','old_guansuo'].contains(current.name2);
return current.name=='guansuo'||current.name2=='guansuo';
});
player.gainPlayerCard(target,'he',true);
}

View File

@ -5535,7 +5535,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
else event.finish();
'step 2'
var list=game.filterPlayer(function(current){
return current.name=='guansuo'||current.name2=='guansuo';
return current.name=='ol_guansuo'||current.name2=='ol_guansuo';
});
if(list.length) game.asyncDraw(list);
else event.finish();