Commit 5227d80c authored by sidschingis's avatar sidschingis

fix Turn Count on Opponents Turn

parent e82c9089
......@@ -30,10 +30,7 @@ function c49587034.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_STANDBY+RESET_OPPO_TURN,4)
e1:SetCondition(c49587034.thcon)
e1:SetOperation(c49587034.thop)
if cp~=e:GetHandlerPlayer() and ph~=PHASE_DRAW
then e1:SetLabel(2)
else e1:SetLabel(1)
end
e1:SetLabel(1)
card:RegisterEffect(e1)
e:GetHandler():RegisterFlagEffect(1082946,RESET_PHASE+PHASE_END+RESET_OPPO_TURN,0,3)
c49587034[e:GetHandler()]=e1
......
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