Commit f82da2d3 authored by mercury233's avatar mercury233 Committed by GitHub

fix シューティング・ライザー・ドラゴン

parent 53925bed
...@@ -32,7 +32,8 @@ function c68431965.lvlcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -32,7 +32,8 @@ function c68431965.lvlcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO) return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO)
end end
function c68431965.lvtg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c68431965.lvtg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(c68431965.tgfilter,tp,LOCATION_DECK,0,1,nil,e:GetHandler():GetLevel()) end if chk==0 then return e:GetHandler():IsRelateToEffect(e)
and Duel.IsExistingMatchingCard(c68431965.tgfilter,tp,LOCATION_DECK,0,1,nil,e:GetHandler():GetLevel()) end
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_DECK)
end end
function c68431965.tgfilter(c,lv) function c68431965.tgfilter(c,lv)
......
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