Commit 8cb0cc68 authored by Tachibana's avatar Tachibana

nmbd

parent bb705aa6
No preview for this file type
...@@ -45,7 +45,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -45,7 +45,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
end end
end end
function cm.filter(c) function cm.filter(c)
return c:IsSetCard() and c:IsSummonable(true,nil) return c:IsSetCard(0xcfaa) and c:IsSummonable(true,nil)
end end
function cm.operation1(e,tp,eg,ep,ev,re,r,rp) function cm.operation1(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SUMMON)
......
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