minor fix

This commit is contained in:
mengxinzxz 2024-04-05 23:06:42 +08:00
parent 3c426892f6
commit e187a4a6f3
1 changed files with 2 additions and 0 deletions

View File

@ -867,6 +867,8 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
},
selectTarget:-1,
usable:1,
multiline:true,
multitarget:true,
async content(event,trigger,player){
for(const target of event.targets){
if(player==target) await player.chooseToDiscard(true,'he');