From 269753a5af0ec38710695d1645fb5976d3e00b0d Mon Sep 17 00:00:00 2001 From: mengxinzxz <139629761+mengxinzxz@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=8F=E7=8E=8B=E6=B2=A6=E3=80=90=E6=B1=82?= =?UTF-8?q?=E5=BF=83=E3=80=91=E5=8D=B0=E5=B1=9E=E6=80=A7=E3=80=90=E6=9D=80?= =?UTF-8?q?=E3=80=91=E9=94=99=E8=AF=AFbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/clan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/character/clan.js b/character/clan.js index 1ed2f5e98..69a0d1bff 100644 --- a/character/clan.js +++ b/character/clan.js @@ -231,7 +231,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){ if(result.bool){ var card={ name:result.links[0][2], - nature:result.links[0][2], + nature:result.links[0][3], }; player.useCard(card,target,false); }