Commit b087c79d authored by Tachibana's avatar Tachibana

eme

parent cdcb0e2c
Pipeline #8685 passed with stages
in 32 minutes and 35 seconds
......@@ -26,7 +26,7 @@ function cm.spfilter(c)
return c:IsAbleToHand() and c:IsRace(RACE_FIEND)
end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.spfilter,tp,LOCATION_DECK,0,1,nil) end
if chk==0 then return Duel.IsExistingMatchingCard(cm.spfilter,tp,LOCATION_DECK,0,3,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,3,tp,LOCATION_DECK)
end
function cm.spop(e,tp,eg,ep,ev,re,r,rp)
......
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