Commit 657d5cbf authored by mallu11's avatar mallu11 Committed by mercury233

fix 超雷龍-サンダー・ドラゴン (#1306)

parent ada43cf1
......@@ -49,7 +49,7 @@ end
function c15291624.spcon(e,c)
if c==nil then return true end
local tp=c:GetControler()
return Duel.GetCustomActivityCount(15291624,tp,ACTIVITY_CHAIN)~=0
return (Duel.GetCustomActivityCount(15291624,tp,ACTIVITY_CHAIN)~=0 or Duel.GetCustomActivityCount(15291624,1-tp,ACTIVITY_CHAIN)~=0)
and Duel.CheckReleaseGroup(tp,c15291624.spfilter,1,nil,c,tp)
end
function c15291624.spop(e,tp,eg,ep,ev,re,r,rp,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