Commit 57d9f7c6 authored by mercury233's avatar mercury233 Committed by GitHub

fix ウィジャ盤

parent 90a07205
...@@ -41,6 +41,7 @@ function c94212438.initial_effect(c) ...@@ -41,6 +41,7 @@ function c94212438.initial_effect(c)
end end
function c94212438.plcon(e,tp,eg,ep,ev,re,r,rp) function c94212438.plcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp and e:GetHandler():GetFlagEffect(94212438)<4 return Duel.GetTurnPlayer()~=tp and e:GetHandler():GetFlagEffect(94212438)<4
and e:GetHandler():IsStatus(STATUS_EFFECT_ENABLED)
end end
function c94212438.plfilter(c,id) function c94212438.plfilter(c,id)
return c:IsCode(id) and not c:IsForbidden() return c:IsCode(id) and not c:IsForbidden()
......
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