Commit 6fc4872d authored by Amiya's avatar Amiya

修复

parent 659c3f6f
Pipeline #31238 passed with stages
in 1 minute and 17 seconds
...@@ -70,7 +70,7 @@ function s.atkfilter(c,g) ...@@ -70,7 +70,7 @@ function s.atkfilter(c,g)
return sg:FilterCount(Card.IsReleasable,nil)==2 return sg:FilterCount(Card.IsReleasable,nil)==2
end end
function s.crlfilteer(c,e) function s.crlfilteer(c,e)
return c:IsRelateToEffect(e) and c:IsFaceup() and not c:IsImmuneToEffect(e) return c:IsRelateToEffect(e) and c:IsFaceup() and not c:IsImmuneToEffect(e) and c:IsType(TYPE_MONSTER)
end end
function s.rlop(e,tp,eg,ep,ev,re,r,rp) function s.rlop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
......
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