Commit e90b43a9 authored by Tachibana's avatar Tachibana

12

parent 5b35103d
Pipeline #3757 passed with stages
in 38 minutes and 34 seconds
......@@ -47,7 +47,7 @@ function cm.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Release(g,REASON_COST)
end
function cm.filter(c)
return c:IsRace(RACE_PLANT) and c:IsAbleToHand()
return c:IsRace(RACE_PYRO) and c:IsAbleToHand()
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_DECK,0,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