Commit 4ff12a48 authored by GuGu's avatar GuGu

Update c501107.lua

parent 242ecb00
Pipeline #33034 passed with stage
in 30 seconds
...@@ -52,7 +52,7 @@ function c501107.ovfilter(c) ...@@ -52,7 +52,7 @@ function c501107.ovfilter(c)
end end
function c501107.xyzop(e,tp,chk) function c501107.xyzop(e,tp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,501107)==0 end if chk==0 then return Duel.GetFlagEffect(tp,501107)==0 end
Duel.RegisterFlagEffect(tp,501107,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(tp,501107,RESET_PHASE+PHASE_END,EFFECT_FLAG_OATH,1)
end end
function c501107.filter(c) function c501107.filter(c)
return c:IsSetCard(0x8a1) and c:IsAbleToHand() and c:IsType(TYPE_TRAP+TYPE_SPELL) return c:IsSetCard(0x8a1) and c:IsAbleToHand() and c:IsType(TYPE_TRAP+TYPE_SPELL)
......
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