修复【兽法】“🦅”的bug

This commit is contained in:
157 2024-01-27 18:37:12 +08:00
parent a9e7f62f04
commit 08585e9636
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
target.damage('nosource');
break;
case '鹰':
player.gain(target.getGainableCards(player,'he'),target,'giveAuto');
player.gain(target.getGainableCards(player,'he').randomGet(),target,'giveAuto');
break;
case '熊':
target.discard(target.getGainableCards(player,'e').randomGet()).discarder=player;