Commit 90ac7cb7 authored by wind2009's avatar wind2009
parents 77e174b3 723ba98f
Pipeline #40538 passed with stages
in 1 minute and 59 seconds
......@@ -55,7 +55,7 @@ function s.clcon(e,tp,eg,ep,ev,re,r,rp)
for lc in aux.Next(lg) do
lg2:Merge(lc:GetLinkedGroup())
end
return lg2 and lg2:IsContains(e:GetHandler())
return lg2 and lg2:IsContains(e:GetHandler()) and Duel.GetTurnPlayer()==1-tp
end
function s.clcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,1400) 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