From 348fbf11ad6d85c5d50a9d48f5b6113905a951e6 Mon Sep 17 00:00:00 2001 From: 157 <3619242020@qq.com> Date: Mon, 6 May 2024 21:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=8D=E6=B4=BB=E7=B1=BB?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=B2=A1=E6=B3=95=E6=8A=95=E9=99=8D=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noname/ui/create/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noname/ui/create/index.js b/noname/ui/create/index.js index b481146ff..7e32bc08e 100644 --- a/noname/ui/create/index.js +++ b/noname/ui/create/index.js @@ -1042,7 +1042,7 @@ export class Create { .setContent(function () { game.log(player, "投降"); player.popup("投降"); - player.die("nosource").includeOut = true; + player.die("nosource").set("_triggered", null).includeOut = true; }).player = player; } if (_status.paused && _status.imchoosing && !_status.auto) {