Commit 2e71e54b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c960007.lua

parent 87820bdf
...@@ -61,7 +61,6 @@ function c960007.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,7 +61,6 @@ function c960007.activate(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e3) tc:RegisterEffect(e3)
end end
Duel.Hint(HINT_MUSIC,0,aux.Stringid(960007,2)) Duel.Hint(HINT_MUSIC,0,aux.Stringid(960007,2))
Duel.SendtoDeck(e:GetHandler(),nil,2,REASON_EFFECT)
end end
function c960007.efilter(e,re) function c960007.efilter(e,re)
return e:GetOwnerPlayer()~=re:GetOwnerPlayer() return e:GetOwnerPlayer()~=re:GetOwnerPlayer()
...@@ -74,4 +73,4 @@ function c960007.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,4 +73,4 @@ function c960007.tdop(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsRelateToEffect(e) then if e:GetHandler():IsRelateToEffect(e) then
Duel.SendtoDeck(e:GetHandler(),nil,0,REASON_EFFECT) Duel.SendtoDeck(e:GetHandler(),nil,0,REASON_EFFECT)
end end
end end
\ No newline at end of file
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