From 716a4bf52613f7615d3f5f546e92b30fb5d78c2f Mon Sep 17 00:00:00 2001 From: Spmario233 Date: Sat, 6 Apr 2024 23:23:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B0=E5=B0=9A=E8=A1=A3=20=E8=8A=B1?= =?UTF-8?q?=E8=89=B2=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=962?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/xianding.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/character/xianding.js b/character/xianding.js index 171c1f00b..45df206b7 100644 --- a/character/xianding.js +++ b/character/xianding.js @@ -2628,7 +2628,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){ if(same.length){ for(var suit of suits){ if(same.some(card=>get.suit(card,false)==suit)){ - list.push([get.type(name),get.translation(suit),name,undefined,suit]); + list.push([suit,'',name,undefined,suit]); } } } @@ -2637,7 +2637,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){ if(same.length){ for(var suit of suits){ if(same.some(card=>get.suit(card,false)==suit)){ - list.push([get.type(name),get.translation(suit),name,nature,suit]); + list.push([suit,'',name,nature,suit]); } } }