Commit 242ecb00 authored by GuGu's avatar GuGu

Update c24164.lua

parent 38d55174
Pipeline #33033 passed with stage
in 44 seconds
......@@ -42,7 +42,7 @@ function c24164.ovfilter(c)
end
function c24164.xyzop(e,tp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,24164)==0 end
Duel.RegisterFlagEffect(tp,24164,RESET_PHASE+PHASE_END,0,1)
Duel.RegisterFlagEffect(tp,24164,RESET_PHASE+PHASE_END,EFFECT_FLAG_OATH,1)
end
function c24164.condition(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetSummonType()==SUMMON_TYPE_XYZ
......
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