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

fix ネフティスの輪廻

parent a947be10
...@@ -21,8 +21,11 @@ function c23459650.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -21,8 +21,11 @@ function c23459650.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND)
end end
function c23459650.mfilter(c) function c23459650.mfilter(c)
local code,code2=c:GetPreviousCodeOnField() if c:IsPreviousLocation(LOCATION_MZONE) then
return code==88176533 or code==24175232 or code2==88176533 or code2==24175232 local code,code2=c:GetPreviousCodeOnField()
return code==88176533 or code==24175232 or code2==88176533 or code2==24175232
end
return c:IsCode(88176533,24175232)
end end
function c23459650.activate(e,tp,eg,ep,ev,re,r,rp) function c23459650.activate(e,tp,eg,ep,ev,re,r,rp)
local mg=Duel.GetRitualMaterial(tp) local mg=Duel.GetRitualMaterial(tp)
......
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