Commit 165f15a6 authored by salix5's avatar salix5 Committed by GitHub

fix: The tripping Mercury

parent e6feb9f9
......@@ -12,7 +12,6 @@ function c3912064.initial_effect(c)
--summon with 3 tribute
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(3912064,0))
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_SUMMON_PROC)
e2:SetCondition(c3912064.ttcon)
......@@ -57,7 +56,7 @@ function c3912064.ttop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local g=Duel.SelectTribute(tp,c,3,3)
c:SetMaterial(g)
Duel.Release(g, REASON_SUMMON+REASON_MATERIAL)
Duel.Release(g,REASON_SUMMON+REASON_MATERIAL)
end
function c3912064.atkcon(e)
return e:GetHandler():GetSummonType()==SUMMON_TYPE_ADVANCE+1
......
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