diff --git a/src/utils/assistant.util.ts b/src/utils/assistant.util.ts index 03a8c69..fdd24f6 100644 --- a/src/utils/assistant.util.ts +++ b/src/utils/assistant.util.ts @@ -242,7 +242,7 @@ let assistantUtil = { eatSecs, normalSecs } = this.checkDiscard({cardArr, eatCard}) - robotLog(`[discard] check: ${cardArr.map(o=>o.number)} selfEat: ${selfEat}, otherEat: ${otherEat}`) + robotLog(`[discard] check: eatself: ${selfEat}, eatother: ${otherEat}, self: ${cardArr.map(o=>o.number)}, target: ${eatCard?.number}`) let results: Card[] = [] let random = getRandom(0, 100) if (otherEat && random <= noEatRate) {