Commit c6fec6e4 authored by VanillaSalt's avatar VanillaSalt

fix

parent 50c969d9
...@@ -17,7 +17,6 @@ function c1580833.initial_effect(c) ...@@ -17,7 +17,6 @@ function c1580833.initial_effect(c)
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_BATTLED) e3:SetCode(EVENT_BATTLED)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1)
e3:SetCondition(c1580833.descon) e3:SetCondition(c1580833.descon)
e3:SetTarget(c1580833.destg) e3:SetTarget(c1580833.destg)
e3:SetOperation(c1580833.desop) e3:SetOperation(c1580833.desop)
......
...@@ -99,5 +99,6 @@ function c81210420.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -99,5 +99,6 @@ 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) local tg2=tg:Filter(c81210420.desfilter,nil,fid)
Duel.SendtoGrave(tg2,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