Commit ea6ce414 authored by salix5's avatar salix5

Merge pull request #99 from nekrozar/patch-1

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