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

fix 幻創のミセラサウルス

parent da4091b1
...@@ -42,11 +42,12 @@ function c38572779.immop(e,tp,eg,ep,ev,re,r,rp) ...@@ -42,11 +42,12 @@ function c38572779.immop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(c38572779.efilter) e1:SetValue(c38572779.efilter)
if Duel.GetCurrentPhase()==PHASE_MAIN1 then if Duel.GetCurrentPhase()==PHASE_MAIN1 then
e1:SetReset(RESET_PHASE+PHASE_MAIN1) e1:SetReset(RESET_PHASE+PHASE_MAIN1)
Duel.RegisterFlagEffect(tp,38572779,RESET_PHASE+PHASE_MAIN1,0,1)
else else
e1:SetReset(RESET_PHASE+PHASE_MAIN2) e1:SetReset(RESET_PHASE+PHASE_MAIN2)
Duel.RegisterFlagEffect(tp,38572779,RESET_PHASE+PHASE_MAIN2,0,1)
end end
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
Duel.RegisterFlagEffect(tp,38572779,RESET_PHASE+PHASE_END,0,1)
end end
function c38572779.efilter(e,re) function c38572779.efilter(e,re)
return e:GetOwnerPlayer()~=re:GetOwnerPlayer() and re:IsActivated() return e:GetOwnerPlayer()~=re:GetOwnerPlayer() and re:IsActivated()
......
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