bug fixes

This commit is contained in:
baisebaoma 2024-04-09 15:36:40 +08:00
parent eb413f08f1
commit ca9b030ac2
1 changed files with 1 additions and 1 deletions

View File

@ -1997,7 +1997,7 @@ local quanyu = fk.CreateTriggerSkill {
if #max_targets > 1 then if #max_targets > 1 then
local result = room:askForChoosePlayers(player, max_targets, 1, 1, "#jy_quanyu_discard-prompt", self.name) local result = room:askForChoosePlayers(player, max_targets, 1, 1, "#jy_quanyu_discard-prompt", self.name)
if #result > 0 then if #result > 0 then
self.cost_data = result self.cost_data = result[1]
return true return true
end end
elseif #max_targets == 1 then elseif #max_targets == 1 then