Commit 38d05028 authored by nanahira's avatar nanahira

update

parent 783c6c47
......@@ -41,7 +41,7 @@ function c10113025.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_DISABLE)
e2:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e2)
local e3=Effect.CreateEffect(c)
local e3=Effect.CreateEffect(e:GetHandler())
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_DISABLE_EFFECT)
e3:SetValue(RESET_TURN_SET)
......
......@@ -104,7 +104,7 @@ function c13257206.damcon(e,tp,eg,ep,ev,re,r,rp)
end
function c13257206.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,13257206)
Duel.Damage(1-tp,500,REASON_EFFECT)
Duel.Damage(1-tp,200,REASON_EFFECT)
end
function c13257206.cfilter(c,tp)
return c:GetSummonPlayer()==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