Commit 5950d230 authored by mercury233's avatar mercury233 Committed by GitHub

fix 時械神祖ヴルガータ

parent 44d6dd42
...@@ -81,7 +81,8 @@ function c67508932.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -81,7 +81,8 @@ function c67508932.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function c67508932.spfilter(c,e,tp) function c67508932.spfilter(c,e,tp)
return c:GetFlagEffectLabel(67508932)==e:GetHandler():GetFlagEffectLabel(67508933) local lab=c:GetFlagEffectLabel(67508932)
return lab>0 and lab==e:GetHandler():GetFlagEffectLabel(67508933)
and c:GetReasonPlayer()==tp and c:GetReasonPlayer()==tp
and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP,1-tp) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP,1-tp)
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