Commit 30cb31e7 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent fb0b98f9
......@@ -51,11 +51,11 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,g)
end
end
function cm.cfilter(c,tp)
function cm.crfilter(c,tp)
return c:IsFaceup() and c:IsSetCard(0x81b) and c:IsSummonPlayer(tp)
end
function cm.atkcon(e,tp,eg,ep,ev,re,r,rp)
return aux.exccon(e) and eg:IsExists(cm.cfilter,1,nil,tp)
return aux.exccon(e) and eg:IsExists(cm.crfilter,1,nil,tp)
end
function cm.atktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsFaceup,tp,0,LOCATION_MZONE,1,nil) 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