Commit 1962b692 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c33310054.lua

parent 7df61452
......@@ -34,7 +34,7 @@ function c33310054.initial_effect(c)
c:RegisterEffect(e4)
end
function s.thfilter(c)
return c.setcard=="Desaimoth" and not c:IsCode(id) and c:IsAbleToHand()
return c.setcard=="Desaimoth" and c:IsType(TYPE_MONSTER) 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