Commit aa11a180 authored by GuGu's avatar GuGu

Update c13001.lua

parent 05ba1d49
Pipeline #40862 passed with stage
in 7 seconds
......@@ -51,6 +51,8 @@ function c13001.op(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e2,tp)
end
Duel.RegisterFlagEffect(tp,13001,RESET_PHASE+PHASE_END,0,1)
Duel.Hint(HINT_CARD,0,13001)
c:RegisterFlagEffect(13001,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(55125728,3))
end
function c13001.drcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFlagEffect(tp,13001)~=0
......
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