Commit 98cc14b3 authored by Tachibana's avatar Tachibana

得得得得得

parent 8e5b5a19
Pipeline #13536 failed with stages
in 20 minutes and 36 seconds
......@@ -55,8 +55,8 @@ function c71400066.limit(c)
end
end
function c71400066.op1(e,tp,eg,ep,ev,re,r,rp)
if Duel.CheckLPCost(tc:GetControler(),1000) then
Duel.PayLPCost(tc:GetControler(),1000)
if Duel.CheckLPCost(tp,1000) then
Duel.PayLPCost(tp,1000)
else
return
end
......@@ -88,8 +88,8 @@ function c71400066.tg1a(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
end
function c71400066.op1a(e,tp,eg,ep,ev,re,r,rp)
if Duel.CheckLPCost(tc:GetControler(),1000) then
Duel.PayLPCost(tc:GetControler(),1000)
if Duel.CheckLPCost(tp,1000) then
Duel.PayLPCost(tp,1000)
else
return
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