Commit 1209ae08 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c52700694.lua

parent 241a99e6
......@@ -58,7 +58,7 @@ function s.t(c)
c:RegisterEffect(e2)
end
function s.thfilter(c)
return c:IsSetCard(0x3529) and not c:IsCode(id) and c:IsAbleToHand()
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x3529) and not c:IsCode(id) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.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