recast的recastingLose参数不应传入null

This commit is contained in:
lieren2023 2024-03-06 14:38:56 +08:00 committed by GitHub
parent dc0a27e60f
commit 8654612040
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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')) {