Commit b0c110cc authored by Huangnan's avatar Huangnan

Update c101202006.lua

parent ee63a8c2
Pipeline #23344 passed with stages
in 21 minutes and 12 seconds
--coded by Lyris
--黒魔女ディアベルスター
--Diabellestarr the Dark Witch
--coded by Lyris
local s,id,o=GetID()
function s.initial_effect(c)
--spsummon rule
......@@ -53,7 +54,7 @@ function s.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.SendtoGrave(g,REASON_COST)
end
function s.filter(c)
return c:IsSetCard(0x19a) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsSSetable()
return c:IsSetCard(0x29e) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsSSetable()
end
function s.settg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,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