Commit 137a540e authored by nanahira's avatar nanahira

update

parent ec6ad65d
...@@ -33,7 +33,7 @@ function c12000010.activate1(e,tp,eg,ep,ev,re,r,rp) ...@@ -33,7 +33,7 @@ function c12000010.activate1(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.SendtoGrave(tc,REASON_EFFECT+REASON_RETURN) Duel.SendtoGrave(tc,REASON_EFFECT+REASON_RETURN)
Duel.Draw(tp,1,REASON_EFFECT) Duel.DiscardHand(tp,aux.TRUE,1,1,REASON_EFFECT+REASON_DISCARD)
end end
end end
function c12000010.thfilter(c) function c12000010.thfilter(c)
......
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