Commit 9a749ec9 authored by Tachibana's avatar Tachibana

E

parent 3c05a150
......@@ -134,7 +134,6 @@ end
function cm.addop(e,tp)
local tc=Duel.GetFirstTarget()
local c=e:GetHandler()
Debug.Message(tc:GetCode())
if not tc:IsRelateToEffect(e) or not c:IsRelateToEffect(e) or not tc:IsAbleToHand() then return end
if Duel.SendtoHand(tc,tp,REASON_EFFECT)~=0 then
Duel.ConfirmCards(1-tp,tc)
......
......@@ -107,7 +107,6 @@ end
function cm.addop(e,tp)
local tc=Duel.GetFirstTarget()
local c=e:GetHandler()
Debug.Message(tc:GetCode())
if not tc:IsRelateToEffect(e) or not c:IsRelateToEffect(e) or not tc:IsAbleToHand() then return end
if Duel.SendtoHand(tc,tp,REASON_EFFECT)~=0 then
Duel.ConfirmCards(1-tp,tc)
......
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