From 7586198cc42644902a233a7efc003f3d92cbcb63 Mon Sep 17 00:00:00 2001 From: zyun7799 Date: Sun, 30 Nov 2014 00:24:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=98=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builds/sanguosha.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/builds/sanguosha.ts b/builds/sanguosha.ts index 95c241d82..0d1b128b7 100644 --- a/builds/sanguosha.ts +++ b/builds/sanguosha.ts @@ -3026,17 +3026,17 @@ Awe Prestige - 天道威仪 + 魏武挥鞭 Wisely Loyalist - 能臣巧吏 + 汉室复兴 Conspiracy - 老谋深算 + 雄霸天下 @@ -3066,17 +3066,17 @@ Break Point - 直捣黄龙 + 吴王光耀 Legatus - 破军功臣 + 护国良将 Frightful Lord - 势敌万军 + 苍天航路 @@ -3131,12 +3131,12 @@ Priority Honor - 竭忠尽智 + 季汉功臣 Impasse Strike - 华丽的逆袭 + 江东英杰 From 9a54c1992d67c4076c560ccc74bbb0dab0c49820 Mon Sep 17 00:00:00 2001 From: zyun7799 Date: Sun, 30 Nov 2014 00:40:40 +0800 Subject: [PATCH 2/3] typo --- lua/ai/smart-ai.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ai/smart-ai.lua b/lua/ai/smart-ai.lua index 4225507be..d0bab1777 100644 --- a/lua/ai/smart-ai.lua +++ b/lua/ai/smart-ai.lua @@ -1896,7 +1896,7 @@ function SmartAI:filterEvent(event, player, data) local count = self.room:getTag("SwapPile"):toInt() for _, p in sgs.qlist(self.room:getOtherPlayers(to)) do if sgs.ai_guangxing[p:objectName()][count] and table.contains(sgs.ai_guangxing[p:objectName()][count], tostring(card_id)) then - table.removeOne(sgs.ai_guangxing[p:objectName()][count], card_id) + table.remove(sgs.ai_guangxing[p:objectName()][count], card_id) local flag = string.format("%s_%s_%s", "visible", p:objectName(), to:objectName()) self.room:setCardFlag(card_id, flag, p) end From 1534bcc1845bb537d9b0ab2e38687755e8506a7e Mon Sep 17 00:00:00 2001 From: zyun7799 Date: Sun, 30 Nov 2014 00:49:51 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=88=98=E5=8A=9F=E5=86=8D=E6=94=B9?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builds/sanguosha.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builds/sanguosha.ts b/builds/sanguosha.ts index 0d1b128b7..c382f418f 100644 --- a/builds/sanguosha.ts +++ b/builds/sanguosha.ts @@ -3071,7 +3071,7 @@ Legatus - 护国良将 + 破军功臣 @@ -3131,12 +3131,12 @@ Priority Honor - 季汉功臣 + 季汉能臣 Impasse Strike - 江东英杰 + 江东俊杰