bug fixes

This commit is contained in:
baisebaoma 2024-04-09 18:54:54 +08:00
parent ca9b030ac2
commit e7d860bdf5
1 changed files with 1 additions and 1 deletions

View File

@ -2007,7 +2007,7 @@ local quanyu = fk.CreateTriggerSkill {
end, end,
on_use = function(self, event, target, player, data) on_use = function(self, event, target, player, data)
local room = player.room 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) local cid = room:askForCardChosen(player, p_player, "hej", self.name)
room:throwCard({ cid }, self.name, p_player, player) room:throwCard({ cid }, self.name, p_player, player)