Commit 6a0f40bc authored by Tachibana's avatar Tachibana

得得得得得

parent f648e8ed
Pipeline #12695 passed with stages
in 34 minutes
......@@ -30,7 +30,7 @@ function cm.thcon(e,tp,eg,ep,ev,re,r,rp)
return c:IsLocation(LOCATION_GRAVE) and r==REASON_SYNCHRO and c:GetReasonCard():IsRace(RACE_REPTILE)
end
function cm.thfilter(c)
return c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_TUNER) and c:IsAbleToHand()
return c:IsType(TYPE_MONSTER) and c:IsRace(RACE_REPTILE) and not c:IsType(TYPE_TUNER) and c:IsAbleToHand()
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,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