Commit 2d5b89b0 authored by Chen Bill's avatar Chen Bill

fix 竜輝巧-エルγ

parent 8b565a07
...@@ -18,7 +18,7 @@ function c60037599.splimit(e,se,sp,st) ...@@ -18,7 +18,7 @@ function c60037599.splimit(e,se,sp,st)
return se:GetHandler():IsSetCard(0x154) return se:GetHandler():IsSetCard(0x154)
end end
function c60037599.rbfilter(c,e,tp) function c60037599.rbfilter(c,e,tp)
return c:IsSetCard(0x154) and c:IsAttack(2000) and not c:IsCode(60037599) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x154) and c:IsAttack(2000) and not c:IsCode(60037599) and c:IsCanBeSpecialSummoned(e,0,tp,false,aux.DrytronSpSummonType(c))
end end
function c60037599.extraop(e,tp) function c60037599.extraop(e,tp)
local g=Duel.GetMatchingGroup(aux.NecroValleyFilter(c60037599.rbfilter),tp,LOCATION_GRAVE,0,nil,e,tp) local g=Duel.GetMatchingGroup(aux.NecroValleyFilter(c60037599.rbfilter),tp,LOCATION_GRAVE,0,nil,e,tp)
...@@ -27,6 +27,7 @@ function c60037599.extraop(e,tp) ...@@ -27,6 +27,7 @@ function c60037599.extraop(e,tp)
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=g:Select(tp,1,1,nil) local sg=g:Select(tp,1,1,nil)
Duel.SpecialSummon(sg,0,tp,tp,false,true,POS_FACEUP) local sc=sg:GetFirst()
Duel.SpecialSummon(sg,0,tp,tp,false,aux.DrytronSpSummonType(sc),POS_FACEUP)
end end
end 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