Commit c67d78d6 authored by wind2009's avatar wind2009

Fix 流麗の騎士ガイアストリーム

parent be588c36
Pipeline #34960 passed with stages
in 1 minute and 35 seconds
......@@ -59,7 +59,7 @@ function s.xyzcon2(e,tp,eg,ep,ev,re,r,rp)
end
function s.xyzop2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:GetOverlayCount()>0 then
if c:IsRelateToChain() and c:GetOverlayCount()>0 then
c:RemoveOverlayCard(tp,1,1,REASON_EFFECT)
end
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