Commit 071ed0be authored by Amiya's avatar Amiya

修复

parent 4dcae15a
Pipeline #38704 failed with stages
in 115 minutes and 58 seconds
......@@ -71,6 +71,10 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(sc,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP)
sc:CompleteProcedure()
if c:IsRelateToChain() and Duel.GetLocationCount(tp,LOCATION_SZONE)>0 then
if Duel.GetLocationCount(tp,LOCATION_SZONE)<=0 or tc:IsFacedown() then
Duel.SendtoGrave(c,REASON_EFFECT)
return
end
if not Duel.Equip(tp,c,sc) then return end
--equip limit
local e1=Effect.CreateEffect(c)
......
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