Commit 44f18d0c authored by Amiya's avatar Amiya

修复

parent a2a48ca6
Pipeline #41130 passed with stages
in 2 minutes and 18 seconds
......@@ -55,7 +55,8 @@ end
function s.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToChain() and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)~=0 then
local res=(e:GetLabel()==1)
local res=false
if e:GetLabel()==1 then res=true end
local g=Duel.GetMatchingGroup(s.thfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,nil,res)
if g:GetCount()>0 then
Duel.BreakEffect()
......
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