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

fix

parent fa40a139
...@@ -73,7 +73,7 @@ function c28692962.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,7 +73,7 @@ function c28692962.thop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetCondition(c28692962.retcon) e1:SetCondition(c28692962.retcon)
e1:SetOperation(c28692962.retop) e1:SetOperation(c28692962.retop)
if Duel.GetTurnPlayer()==tp and Duel.GetCurrentPhase()==PHASE_STANDBY then if Duel.GetTurnPlayer()==tp and Duel.GetCurrentPhase()<=PHASE_STANDBY then
e1:SetReset(RESET_PHASE+PHASE_STANDBY+RESET_SELF_TURN,2) e1:SetReset(RESET_PHASE+PHASE_STANDBY+RESET_SELF_TURN,2)
e1:SetValue(Duel.GetTurnCount()) e1:SetValue(Duel.GetTurnCount())
else else
......
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