Commit a25a9b29 authored by Tachibana's avatar Tachibana

EMERGENCY

parent 34ad68f6
Pipeline #15318 passed with stages
in 28 minutes and 32 seconds
No preview for this file type
...@@ -29,7 +29,7 @@ function cm.cfilter(c) ...@@ -29,7 +29,7 @@ function cm.cfilter(c)
return c:IsFaceup() and c:IsRace(RACE_DRAGON) and c:IsSetCard(0xa00) return c:IsFaceup() and c:IsRace(RACE_DRAGON) and c:IsSetCard(0xa00)
end end
function cm.pencon(e,tp,eg,ep,ev,re,r,rp) function cm.pencon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(aux.TRUE,tp,LOCATION_PZONE,0,1,e:GetHandler()) and Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.GetFlagEffect(tp,m)==0 return Duel.IsExistingMatchingCard(aux.TRUE,tp,LOCATION_PZONE,0,1,nil) and Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.GetFlagEffect(tp,m)==0
end end
function cm.pencost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.pencost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,1000) end if chk==0 then return Duel.CheckLPCost(tp,1000) 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