From 6992562ab7a8a6243e43408b1e3c48f7ac0f1aef Mon Sep 17 00:00:00 2001 From: kuangthree Date: Sat, 28 Oct 2023 11:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gain=E7=9A=84=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E7=9F=A5=E6=83=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/game.js b/game/game.js index 89a3d6593..039e16a65 100644 --- a/game/game.js +++ b/game/game.js @@ -19267,6 +19267,9 @@ } event.relatedLose=next; } + if(event.cardKnower){ + game.addCardKnowner(cards,event.cardKnower); + } } else{ event.finish();