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

hint

parent 1790a644
...@@ -28,6 +28,7 @@ function c11067666.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -28,6 +28,7 @@ function c11067666.condition(e,tp,eg,ep,ev,re,r,rp)
end end
function c11067666.operation(e,tp,eg,ep,ev,re,r,rp) function c11067666.operation(e,tp,eg,ep,ev,re,r,rp)
if Duel.SelectEffectYesNo(tp,e:GetHandler()) then if Duel.SelectEffectYesNo(tp,e:GetHandler()) then
Duel.Hint(HINT_CARD,0,11067666)
e:GetHandler():RegisterFlagEffect(11067666,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1) e:GetHandler():RegisterFlagEffect(11067666,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1)
if Duel.NegateEffect(ev) then if Duel.NegateEffect(ev) then
Duel.BreakEffect() Duel.BreakEffect()
......
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