Commit 85fe9f3f authored by nanahira's avatar nanahira

fix

parent 97639a96
...@@ -67,11 +67,13 @@ function cm.initial_effect(c) ...@@ -67,11 +67,13 @@ function cm.initial_effect(c)
end end
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end end
end) end)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function cm.tfilter(c,code)
return c:IsAbleToHand() and (code==1 or c:IsAttribute(ATTRIBUTE_WATER))
end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST) e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
......
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