From a0792dcbd5200a589200e0f4a6a3775f756902df Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 19 Mar 2021 16:15:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/assistant.util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {