Commit 7e1e133f authored by mallu11's avatar mallu11 Committed by GitHub

fix WW-クリスタル・ベル (#1494)

parent a2d89c3b
......@@ -76,7 +76,7 @@ function c25793414.rstop(e,tp,eg,ep,ev,re,r,rp)
end
function c25793414.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsReason(REASON_DESTROY) and rp==1-tp
return c:IsReason(REASON_DESTROY) and rp==1-tp and c:GetPreviousControler()==tp
end
function c25793414.spfilter1(c,e,tp)
return c:IsCode(14577226) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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