Commit 42af125b authored by DailyShana's avatar DailyShana

fix

parent 061fb9bd
...@@ -59,7 +59,7 @@ function c70913714.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -59,7 +59,7 @@ function c70913714.eqop(e,tp,eg,ep,ev,re,r,rp)
e4:SetCondition(c70913714.ctcon) e4:SetCondition(c70913714.ctcon)
e4:SetTarget(c70913714.cttg) e4:SetTarget(c70913714.cttg)
e4:SetOperation(c70913714.ctop) e4:SetOperation(c70913714.ctop)
e4:SetReset(RESET_EVENT+0x1020000) e4:SetReset(RESET_EVENT+RESET_OVERLAY+RESET_TOFIELD)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
end end
...@@ -79,4 +79,5 @@ function c70913714.ctop(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,4 +79,5 @@ function c70913714.ctop(e,tp,eg,ep,ev,re,r,rp)
if ec and ec:IsRelateToEffect(e) then if ec and ec:IsRelateToEffect(e) then
Duel.GetControl(ec,tp) Duel.GetControl(ec,tp)
end end
e:Reset()
end end
...@@ -32,7 +32,7 @@ function c79852326.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -32,7 +32,7 @@ function c79852326.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetCondition(c79852326.damcon) e1:SetCondition(c79852326.damcon)
e1:SetTarget(c79852326.damtg) e1:SetTarget(c79852326.damtg)
e1:SetOperation(c79852326.damop) e1:SetOperation(c79852326.damop)
e1:SetReset(RESET_EVENT+RESETS_STANDARD-RESET_LEAVE) e1:SetReset(RESET_EVENT+RESET_OVERLAY+RESET_TOFIELD)
c:RegisterEffect(e1,true) c:RegisterEffect(e1,true)
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end end
...@@ -51,4 +51,5 @@ end ...@@ -51,4 +51,5 @@ end
function c79852326.damop(e,tp,eg,ep,ev,re,r,rp) function c79852326.damop(e,tp,eg,ep,ev,re,r,rp)
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM) local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
Duel.Damage(p,d,REASON_EFFECT) Duel.Damage(p,d,REASON_EFFECT)
e:Reset()
end end
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