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)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,2,tp,LOCATION_DECK)
end
function cm.matfilter(c)
return c:IsFaceup() and c:IsSetCard(0x29)
return c:IsFaceup() and c:IsRace(RACE_BEASTWARRIOR)
end
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
function cm.spop(e,tp,eg,ep,ev,re,r,rp)
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