Commit 0135c3a1 authored by POLYMER's avatar POLYMER

fix

parent 68624cc8
......@@ -120,6 +120,9 @@ function cm.initial_effect(c)
end
--Duel.HintSelection(g)
Duel.HintSelection(sg)
for sc in aux.Next(sg) do
if sc:IsLocation(LOCATION_DECK+LOCATION_EXTRA) then Duel.ConfirmCards(tp,sc) end
end
return sg
end
_SendtoDeck=Duel.SendtoDeck
......
......@@ -120,6 +120,9 @@ function cm.initial_effect(c)
end
--Duel.HintSelection(g)
Duel.HintSelection(sg)
for sc in aux.Next(sg) do
if sc:IsLocation(LOCATION_DECK+LOCATION_EXTRA) then Duel.ConfirmCards(tp,sc) end
end
return sg
end
_SendtoDeck=Duel.SendtoDeck
......
......@@ -120,6 +120,9 @@ function cm.initial_effect(c)
end
--Duel.HintSelection(g)
Duel.HintSelection(sg)
for sc in aux.Next(sg) do
if sc:IsLocation(LOCATION_DECK+LOCATION_EXTRA) then Duel.ConfirmCards(tp,sc) end
end
return sg
end
_SendtoDeck=Duel.SendtoDeck
......
......@@ -120,6 +120,9 @@ function cm.initial_effect(c)
end
--Duel.HintSelection(g)
Duel.HintSelection(sg)
for sc in aux.Next(sg) do
if sc:IsLocation(LOCATION_DECK+LOCATION_EXTRA) then Duel.ConfirmCards(tp,sc) end
end
return sg
end
_SendtoDeck=Duel.SendtoDeck
......
......@@ -120,6 +120,9 @@ function cm.initial_effect(c)
end
--Duel.HintSelection(g)
Duel.HintSelection(sg)
for sc in aux.Next(sg) do
if sc:IsLocation(LOCATION_DECK+LOCATION_EXTRA) then Duel.ConfirmCards(tp,sc) end
end
return sg
end
_SendtoDeck=Duel.SendtoDeck
......
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