Commit 7052d91e authored by salix5's avatar salix5

fix

parent c2abd23e
...@@ -79,7 +79,7 @@ function c69327790.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,7 +79,7 @@ function c69327790.tdop(e,tp,eg,ep,ev,re,r,rp)
end end
if e:GetLabel()==1 then if e:GetLabel()==1 then
local tc=g2:GetFirst() local tc=g2:GetFirst()
if tc:IsRelateToEffect(e) then if tc and tc:IsRelateToEffect(e) then
Duel.SendtoHand(g2,nil,REASON_EFFECT) Duel.SendtoHand(g2,nil,REASON_EFFECT)
end end
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