From e7d860bdf5c8c61720866a18280b3ec81695dc9b Mon Sep 17 00:00:00 2001 From: baisebaoma Date: Tue, 9 Apr 2024 18:54:54 +0800 Subject: [PATCH] bug fixes --- jianyu_tg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jianyu_tg.lua b/jianyu_tg.lua index e1aed44..bea6de7 100644 --- a/jianyu_tg.lua +++ b/jianyu_tg.lua @@ -2007,7 +2007,7 @@ local quanyu = fk.CreateTriggerSkill { end, on_use = function(self, event, target, player, data) local room = player.room - local p_player = room:getPlayerById(self.cost_data[1]) + local p_player = room:getPlayerById(self.cost_data) local cid = room:askForCardChosen(player, p_player, "hej", self.name) room:throwCard({ cid }, self.name, p_player, player)