Commit 74ef1f29 authored by gggg's avatar gggg

fix

parent 6211d384
Pipeline #35161 passed with stages
in 59 minutes and 59 seconds
...@@ -1140,7 +1140,7 @@ function cm.PendOperationNanahira() ...@@ -1140,7 +1140,7 @@ function cm.PendOperationNanahira()
if not g then return end if not g then return end
if ce then if ce then
Duel.Hint(HINT_CARD,0,ce:GetOwner():GetOriginalCode()) Duel.Hint(HINT_CARD,0,ce:GetOwner():GetOriginalCode())
ce:Reset() ce:UseCountLimit(tp)
else else
Auxiliary.PendulumChecklist=Auxiliary.PendulumChecklist|(0x1<<tp) Auxiliary.PendulumChecklist=Auxiliary.PendulumChecklist|(0x1<<tp)
end end
......
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