Commit 336b4afb authored by wind2009's avatar wind2009 Committed by GitHub

Fix BF-無頼のヴァータ (#2987)

parent 161cb3a8
...@@ -51,7 +51,7 @@ function c71187462.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,7 @@ function c71187462.tgop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local clv=c:GetLevel() local clv=c:GetLevel()
local lv=8-clv local lv=8-clv
if c:IsRelateToEffect(e) and not c:IsFacedown() and lv>0 then if c:IsRelateToEffect(e) and lv>0 then
local g=Duel.GetMatchingGroup(c71187462.tgfilter,tp,LOCATION_DECK,0,nil) local g=Duel.GetMatchingGroup(c71187462.tgfilter,tp,LOCATION_DECK,0,nil)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local tg=g:SelectWithSumEqual(tp,Card.GetLevel,lv,1,99) local tg=g:SelectWithSumEqual(tp,Card.GetLevel,lv,1,99)
......
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