Commit bbf2dd1c authored by mercury233's avatar mercury233 Committed by GitHub

fix 真紅眼の黒刃竜

parent 3229e3b7
...@@ -132,7 +132,7 @@ end ...@@ -132,7 +132,7 @@ end
function c21140872.sptg2(e,tp,eg,ep,ev,re,r,rp,chk) function c21140872.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
local g=e:GetLabelObject():GetLabelObject() local g=e:GetLabelObject():GetLabelObject()
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and g:IsExists(c21140872.spfilter2,1,nil,e,tp) end and g and g:IsExists(c21140872.spfilter2,1,nil,e,tp) end
local sg=g:Filter(c21140872.spfilter2,nil,e,tp) local sg=g:Filter(c21140872.spfilter2,nil,e,tp)
Duel.SetTargetCard(sg) Duel.SetTargetCard(sg)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,sg,sg:GetCount(),0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,sg,sg:GetCount(),0,0)
......
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