Commit 38c9b447 authored by mercury233's avatar mercury233

fix リングリボー

parent 256df5d2
...@@ -52,7 +52,7 @@ function c24842059.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,7 +52,7 @@ function c24842059.disop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c24842059.cfilter(c,tp) function c24842059.cfilter(c,tp)
return c:IsSetCard(0x235) and c:GetSummonLocation()==LOCATION_EXTRA and Duel.GetMZoneCount(tp,c)>0 return c:IsSetCard(0x135) and c:GetSummonLocation()==LOCATION_EXTRA and Duel.GetMZoneCount(tp,c)>0
end end
function c24842059.spcost(e,tp,eg,ep,ev,re,r,rp,chk) function c24842059.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,c24842059.cfilter,1,nil,tp) end if chk==0 then return Duel.CheckReleaseGroup(tp,c24842059.cfilter,1,nil,tp) 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