Commit 5cb40d32 authored by nekrozar's avatar nekrozar

fix

parent 59d21d21
--マジカルシルクハット --マジカルシルクハット
--destroy is not fully implemented
function c81210420.initial_effect(c) function c81210420.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -100,4 +99,5 @@ function c81210420.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -100,4 +99,5 @@ function c81210420.desop(e,tp,eg,ep,ev,re,r,rp)
local tg=g:Filter(c81210420.desfilter,nil,fid) local tg=g:Filter(c81210420.desfilter,nil,fid)
g:DeleteGroup() g:DeleteGroup()
Duel.Destroy(tg,REASON_EFFECT) Duel.Destroy(tg,REASON_EFFECT)
Duel.SendtoGrave(tg,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