Commit a53147c5 authored by TanakaKotoha's avatar TanakaKotoha

y1s1qs

parent 86ecb441
......@@ -95,7 +95,7 @@ function c60150507.lvfilter(c,lv)
return c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_FIEND) and not c:IsType(TYPE_XYZ) and not c:IsType(TYPE_LINK) and c:GetLevel()~=lv
end
function c60150507.lvtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingTarget(c60150507.lvfilter,tp,LOCATION_MZONE,0,1,nil,e:GetHandler():GetLevel()) end
if chk==0 then return Duel.IsExistingTarget(c60150507.lvfilter,tp,LOCATION_GRAVE,0,1,nil,e:GetHandler():GetLevel()) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
Duel.SelectTarget(tp,c60150507.lvfilter,tp,LOCATION_GRAVE,0,1,1,nil,e:GetHandler():GetLevel())
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