Commit cd3e8bd9 authored by 聖園ミカ's avatar 聖園ミカ 🐟

str

parent f6058cfd
Pipeline #27174 passed with stages
in 22 minutes and 20 seconds
......@@ -42,7 +42,7 @@ function s.upop(e,tp,eg,ep,ev,re,r,rp)
end
function s.thfilter(c)
return c:IsSetCard(0x6410) and c:IsAbleToHand()
return c:IsSetCard(0x6410) and c:IsAbleToHand() and c:IsType(TYPE_MONSTER)
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_GRAVE,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