Commit 61eefa4a authored by Tachibana's avatar Tachibana

1145141919810

parent d414900a
Pipeline #15026 passed with stages
in 28 minutes and 27 seconds
...@@ -46,10 +46,10 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -46,10 +46,10 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,2,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,2,tp,LOCATION_DECK)
end end
function cm.matfilter(c) function cm.matfilter(c)
return c:IsFaceup() and c:IsSetCard(0x29) return c:IsFaceup() and c:IsRace(RACE_BEASTWARRIOR)
end end
function cm.scfilter(c,mg) function cm.scfilter(c,mg)
return c:IsRace(RACE_DRAGON) and c:IsSynchroSummonable(nil,mg) return c:IsRace(RACE_BEASTWARRIOR) and c:IsSynchroSummonable(nil,mg)
end end
function cm.spop(e,tp,eg,ep,ev,re,r,rp) function cm.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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