Commit 56242327 authored by mercury233's avatar mercury233 Committed by GitHub

fix Into the VRAINS!

parent 4c57845a
...@@ -96,6 +96,7 @@ function c28827503.effop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -96,6 +96,7 @@ function c28827503.effop1(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetOperation(c28827503.sumop) e1:SetOperation(c28827503.sumop)
rc:RegisterEffect(e1,true) rc:RegisterEffect(e1,true)
e:Reset()
end end
function c28827503.sumop(e,tp,eg,ep,ev,re,r,rp) function c28827503.sumop(e,tp,eg,ep,ev,re,r,rp)
Duel.SetChainLimitTillChainEnd(c28827503.chainlm) Duel.SetChainLimitTillChainEnd(c28827503.chainlm)
...@@ -112,6 +113,7 @@ function c28827503.effop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -112,6 +113,7 @@ function c28827503.effop2(e,tp,eg,ep,ev,re,r,rp)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
rc:RegisterEffect(e1,true) rc:RegisterEffect(e1,true)
e:Reset()
end end
function c28827503.cfilter(c,tp) function c28827503.cfilter(c,tp)
return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE) and c:IsType(TYPE_LINK) return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE) and c:IsType(TYPE_LINK)
......
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