Commit b6593349 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#2054)

parent 673accbe
...@@ -43,7 +43,7 @@ function c42776960.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -43,7 +43,7 @@ function c42776960.activate(e,tp,eg,ep,ev,re,r,rp)
e3:SetCode(EVENT_LEAVE_FIELD) e3:SetCode(EVENT_LEAVE_FIELD)
e3:SetLabel(1-tp) e3:SetLabel(1-tp)
e3:SetOperation(c42776960.leaveop) e3:SetOperation(c42776960.leaveop)
e3:SetReset(RESET_EVENT+0xc020000) e3:SetReset(RESET_EVENT+RESET_TURN_SET+RESET_TOFIELD+RESET_OVERLAY)
tc:RegisterEffect(e3,true) tc:RegisterEffect(e3,true)
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
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