Commit f06f0798 authored by Nemo Ma's avatar Nemo Ma

Update c60001038.lua

parent 5ff99a70
......@@ -26,7 +26,6 @@ function c60001038.initial_effect(c)
e4:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e4:SetType(EFFECT_TYPE_ACTIVATE)
e4:SetCode(EVENT_CHAINING)
e4:SetCountLimit(1,60001038)
e4:SetCondition(c60001038.condition2)
e4:SetCost(c60001038.cost2)
e4:SetTarget(c60001038.target2)
......@@ -39,6 +38,7 @@ function c60001038.initial_effect(c)
e5:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e5:SetCode(EVENT_TO_GRAVE)
e5:SetProperty(EFFECT_FLAG_DELAY)
e5:SetCountLimit(1,60001038)
e5:SetTarget(c60001038.thtg)
e5:SetOperation(c60001038.thop)
c:RegisterEffect(e5)
......@@ -62,7 +62,7 @@ function c60001038.condition1(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentChain()==0
end
function c60001038.cost1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
if chk==0 then return Duel.CheckLPCost(tp,114514) end
Duel.PayLPCost(tp,114514)
end
function c60001038.target1(e,tp,eg,ep,ev,re,r,rp,chk)
......
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