Commit f3135556 authored by root's avatar root

Refresh on 2024-09-16 13:17:07

parent 8edc4812
...@@ -104,7 +104,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -104,7 +104,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local sc=sg:GetFirst() local sc=sg:GetFirst()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if sc and Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP)~=0 and sc:IsFaceup() and tc:IsRelateToEffect(e) then if sc and Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP)~=0 and sc:IsFaceup() and tc:IsRelateToEffect(e) then
if not Duel.Equip(tp,tc,sc,false) then return end if not Duel.Equip(tp,tc,sc) then return end
--equip limit --equip limit
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
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