Commit 1b975609 authored by 聖園ミカ's avatar 聖園ミカ 🐟

54188

parent 3e5a6d7c
Pipeline #30909 failed with stages
in 31 minutes and 17 seconds
......@@ -55,7 +55,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev)
and Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_ONFIELD,0,1,nil)
and Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_ONFIELD,0,1,nil)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true 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