Commit 6ebadd0e authored by mercury233's avatar mercury233

fix 宣告者の神巫

parent 0e9b67db
...@@ -30,8 +30,7 @@ function c92919429.lvfilter(c) ...@@ -30,8 +30,7 @@ function c92919429.lvfilter(c)
return c:IsRace(RACE_FAIRY) and c:IsAbleToGrave() return c:IsRace(RACE_FAIRY) and c:IsAbleToGrave()
end end
function c92919429.lvtg(e,tp,eg,ep,ev,re,r,rp,chk) function c92919429.lvtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c92919429.lvfilter,tp,LOCATION_DECK+LOCATION_EXTRA,0,1,nil) if chk==0 then return Duel.IsExistingMatchingCard(c92919429.lvfilter,tp,LOCATION_DECK+LOCATION_EXTRA,0,1,nil) end
and e:GetHandler():IsLevelAbove(1) and e:GetHandler():IsRelateToEffect(e) end
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_DECK+LOCATION_EXTRA) Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_DECK+LOCATION_EXTRA)
end end
function c92919429.lvop(e,tp,eg,ep,ev,re,r,rp) function c92919429.lvop(e,tp,eg,ep,ev,re,r,rp)
......
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