From e72eda41f0addab2d7e5e471bdd434b5f2ab2853 Mon Sep 17 00:00:00 2001 From: Baisebaoma Date: Thu, 7 Dec 2023 14:42:29 +0800 Subject: [PATCH] jy_yuanshen bug fixes --- jianyu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jianyu.lua b/jianyu.lua index 509190b..e41e621 100644 --- a/jianyu.lua +++ b/jianyu.lua @@ -996,7 +996,7 @@ local jy_yuanshen = fk.CreateTriggerSkill{ local jy_huoji = fk.CreateViewAsSkill{ name = "jy_huoji", anim_type = "offensive", - pattern = "fire__slash", + pattern = "slash", card_filter = function(self, to_select, selected) return #selected == 0 and Fk:getCardById(to_select).suit == Card.Spade and Fk:currentRoom():getCardArea(to_select) ~= Player.Equip end, @@ -1012,7 +1012,7 @@ local jy_huoji = fk.CreateViewAsSkill{ local jy_leiji = fk.CreateViewAsSkill{ name = "jy_leiji", anim_type = "offensive", - pattern = "thunder__slash", + pattern = "slash", card_filter = function(self, to_select, selected) return #selected == 0 and Fk:getCardById(to_select).suit == Card.Club and Fk:currentRoom():getCardArea(to_select) ~= Player.Equip end,