Merge pull request #1027 from lieren2023/lieren2023-patch-9

bugfix
This commit is contained in:
Spmario233 2024-03-06 19:27:49 +08:00 committed by GitHub
commit d27f316258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
ignoreLogAI:true,
skillTagFilter:function(player,tag,args){
if(args){
return args.card&&get.name(arg.card)=='sha';
return args.card&&get.name(args.card)=='sha';
}
},
},

View File

@ -11710,7 +11710,7 @@ export class Library extends Uninstantable {
lose: false,
delay: false,
content: () => {
player.recast(cards, null, (player, cards) => {
player.recast(cards, void 0, (player, cards) => {
var numberOfCardsToDraw = cards.length;
cards.forEach(value => {
if (lib.config.mode == 'stone' && _status.mode == 'deck' && !player.isMin() && get.type(value).startsWith('stone')) {