Commit 6c49142a authored by DailyShana's avatar DailyShana

fix

parent 4906fe6c
...@@ -51,7 +51,7 @@ function c19254117.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,7 @@ function c19254117.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE+EFFECT_FLAG_CANNOT_DISABLE) e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE+EFFECT_FLAG_CANNOT_DISABLE)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCode(EVENT_TURN_END) e2:SetCode(EVENT_TURN_END)
e2:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_DRAW) e2:SetReset(RESET_EVENT+0x1fe0000)
e2:SetCountLimit(1) e2:SetCountLimit(1)
e2:SetOperation(c19254117.ddop) e2:SetOperation(c19254117.ddop)
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
...@@ -66,6 +66,7 @@ function c19254117.ddop(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,6 +66,7 @@ function c19254117.ddop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(0) e1:SetValue(0)
e1:SetReset(RESET_EVENT+0x1fe0000) e1:SetReset(RESET_EVENT+0x1fe0000)
tc:RegisterEffect(e1,true) tc:RegisterEffect(e1,true)
e:Reset()
end end
function c19254117.tgcon(e,tp,eg,ep,ev,re,r,rp) function c19254117.tgcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp return Duel.GetTurnPlayer()~=tp
......
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