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

byd

parent ae0766dc
......@@ -73,7 +73,7 @@ function cm.con1(e,tp,eg,ep,ev,re,r,rp)
and c:IsPreviousLocation(LOCATION_OVERLAY) and re:GetHandler():IsSetCard(0x341) )
end
function cm.thfilter1(c)
return c:IsSetCard(0x9342,0xc342) and c:IsType(TYPE_SPELL,TYPE_TRAP) and c:IsAbleToHand()
return c:IsSetCard(0x9342,0xc342) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter1,tp,LOCATION_DECK+LOCATION_REMOVED,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