From 535284a94381946f2b36227e8d8ae6ae77403e45 Mon Sep 17 00:00:00 2001 From: 157 <3619242020@qq.com> Date: Mon, 6 May 2024 13:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E3=80=90=E8=BF=87=E8=BD=BD?= =?UTF-8?q?=E3=80=91=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/hearth.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/character/hearth.js b/character/hearth.js index 112dfdfe4..9b89746eb 100644 --- a/character/hearth.js +++ b/character/hearth.js @@ -6837,7 +6837,7 @@ game.import("character", function () { content() { var num = (get.is.altered("guozai") ? 3 : 4) - player.countCards("h"); player.draw(num); - player.addSkill("guozai2"); + player.addTempSkill("guozai2", "phaseUseAfter"); player.storage.guozai2 += num; game.addVideo("storage", player, ["guozai2", player.storage.guozai2]); }, @@ -6851,14 +6851,13 @@ game.import("character", function () { guozai2: { mark: true, intro: { - content: "结束阶段需弃置&张牌", + content: "当前阶段结束时需弃置&张牌", }, trigger: { player: "phaseUseEnd" }, forced: true, content() { player.chooseToDiscard("he", true, player.storage.guozai2); player.storage.guozai2 = 0; - player.removeSkill("guozai2"); }, }, guozaix: { @@ -6873,7 +6872,7 @@ game.import("character", function () { content() { var num = 4 - player.countCards("h"); player.draw(num); - player.addSkill("guozaix2"); + player.addTempSkill("guozaix2", "phaseUseAfter"); player.storage.guozaix2 += num; game.addVideo("storage", player, ["guozaix2", player.storage.guozaix2]); }, @@ -6887,14 +6886,13 @@ game.import("character", function () { guozaix2: { mark: true, intro: { - content: "结束阶段需弃置&张牌", + content: "当前阶段结束时需弃置&张牌", }, trigger: { player: "phaseUseEnd" }, forced: true, content() { player.chooseToDiscard("he", true, player.storage.guozaix2); player.storage.guozaix2 = 0; - player.removeSkill("guozaix2"); }, }, hanshuang: {