Commit 104bfb33 authored by salix5's avatar salix5

fix

parent 021c2bd1
--マジカルシルクハット --マジカルシルクハット
--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)
...@@ -97,5 +98,5 @@ function c81210420.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,5 +98,5 @@ function c81210420.desop(e,tp,eg,ep,ev,re,r,rp)
local fid=e:GetLabel() local fid=e:GetLabel()
local tg=g:Filter(c81210420.desfilter,nil,fid) local tg=g:Filter(c81210420.desfilter,nil,fid)
g:DeleteGroup() g:DeleteGroup()
Duel.Destroy(tg,REASON_RULE) Duel.Destroy(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