Commit d3661691 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Double Tool C&D (#790)

parent 5795fef0
......@@ -87,12 +87,12 @@ function c63730624.sop2(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_DISABLE)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_BATTLE)
d:RegisterEffect(e1,true)
d:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_BATTLE)
d:RegisterEffect(e2,true)
d:RegisterEffect(e2)
end
function c63730624.ocon1(e)
return Duel.GetTurnPlayer()~=e:GetHandler():GetControler()
......
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