Commit db901fb8 authored by Vury Leo's avatar Vury Leo

hint selection

parent 396b17aa
...@@ -3891,8 +3891,9 @@ function Synchro.SynOperation() ...@@ -3891,8 +3891,9 @@ function Synchro.SynOperation()
local g=e:GetLabelObject() local g=e:GetLabelObject()
c:SetMaterial(g) c:SetMaterial(g)
-- confirm hand hard -- confirm hand hard
local hand_cards=g:Filter(function(c) return c:IsLocation(LOCATION_HAND) end,nil) local confirm_cards=g:Filter(function(c) return c:IsLocation(LOCATION_HAND) end,nil)
Duel.ConfirmCards(1-tp,hand_cards) Duel.ConfirmCards(1-tp,confirm_cards)
Duel.HintSelection(g-confirm_cards)
for mc in aux.Next(g) do for mc in aux.Next(g) do
if Synchro.IsRevolution(mc,c) then if Synchro.IsRevolution(mc,c) then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment