Revert "修复族王沦【求心】可以视为使用属性【杀】的bug"

This reverts commit 3560385b8c.
This commit is contained in:
mengxinzxz 2023-11-07 21:16:51 +08:00
parent 63afe2023d
commit 29ff3fdc08
1 changed files with 6 additions and 0 deletions

View File

@ -208,6 +208,12 @@ game.import('character',function(lib,game,ui,get,ai,_status){
if(name=='sha'&&get.type(trigger.card.name)!='trick') continue;
if(!player.canUse(get.autoViewAs({name:name},[]),target)) continue;
list.push([get.translation(get.type(name)),'',name]);
if(name=='sha'){
for(var nature of lib.inpile_nature){
if(!player.canUse(get.autoViewAs({name:name,nature:nature},[]),target)) continue;
list.push([get.translation(get.type(name)),'',name,nature]);
}
}
}
if(!list.length) event.goto(3);
else{