修复【附义】bug

This commit is contained in:
157 2024-01-23 17:17:10 +08:00
parent a9c3ddf12c
commit ba80696c10
1 changed files with 1 additions and 1 deletions

View File

@ -4563,7 +4563,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
},
filter:function(event,player){
if(!event.source||!event.source.isIn()||event.source.group!='qun') return false;
if(!event.souce.countCards('he')<2) return false;
if(!event.source.countCards('he')<2) return false;
if(!player.hasZhuSkill('dddfuyi',event.source)) return false;
const skills=player.getStockSkills(true,true).filter(skill=>{
return !player.hasSkill(skill,null,false,false);