Commit 723ba98f authored by Amiya's avatar Amiya

修复

parent bf1d956b
Pipeline #40537 passed with stages
in 1 minute and 54 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