Commit 6f54ecc2 authored by mercury233's avatar mercury233 Committed by GitHub

fix Eternal Sunshine

parent 548649a3
...@@ -65,6 +65,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,6 +65,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_SET_DEFENSE_FINAL) e2:SetCode(EFFECT_SET_DEFENSE_FINAL)
e2:SetValue(math.ceil(tc:GetDefense()/2)) e2:SetValue(math.ceil(tc:GetDefense()/2))
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
Duel.NegateRelatedChain(tc,RESET_TURN_SET)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE) e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_DISABLE) e3:SetCode(EFFECT_DISABLE)
......
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