Commit 6f7caed3 authored by VanillaSalt's avatar VanillaSalt

fix

parent 1f073bd9
...@@ -49,4 +49,4 @@ function c21648584.damop(e,tp,eg,ep,ev,re,r,rp) ...@@ -49,4 +49,4 @@ function c21648584.damop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(0) e1:SetValue(0)
e1:SetReset(RESET_PHASE+PHASE_END) e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
\ No newline at end of file
...@@ -111,7 +111,7 @@ function c87259933.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -111,7 +111,7 @@ function c87259933.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,g1,2,0,0) Duel.SetOperationInfo(0,CATEGORY_TOHAND,g1,2,0,0)
end end
function c87259933.thop(e,tp,eg,ep,ev,re,r,rp) function c87259933.thop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
end end
......
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