Commit 4b1cad55 authored by VanillaSalt's avatar VanillaSalt

fix

parent 7148f066
......@@ -78,7 +78,7 @@ function c34079868.disop(e,tp,eg,ep,ev,re,r,rp)
end
function c34079868.condition(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return rp~=tp and c:GetPreviousControler()==tp and c:IsPreviousLocation(LOCATION_ONFIELD)
return rp==1-tp and c:GetPreviousControler()==tp and c:IsPreviousLocation(LOCATION_ONFIELD)
end
function c34079868.spfilter1(c,e,tp)
return c:IsSetCard(0xc7) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
......@@ -36,6 +36,7 @@ function c42956963.activate(e,tp,eg,ep,ev,re,r,rp)
token:RegisterEffect(e1,true)
end
end
Duel.SpecialSummonComplete()
end
function c42956963.damop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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