Commit bcb338df authored by wind2009's avatar wind2009

Fix ボンバー・ブレイズ

parent cd0a717f
Pipeline #32762 passed with stages
in 1 minute and 45 seconds
...@@ -19,7 +19,7 @@ function s.descost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -19,7 +19,7 @@ function s.descost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.PayLPCost(tp,600) Duel.PayLPCost(tp,600)
end end
function s.descon1(tp) function s.descon1(tp)
local g=Duel.GetMatchingGroup(aux.AND(Card.IsFaceup,Card.IsLevelAbove,Card.IsLevelBelow),tp,LOCATION_MZONE,0,nil,1,6) local g=Duel.GetMatchingGroup(aux.AND(Card.IsFaceup,Card.IsLevelBelow),tp,LOCATION_MZONE,0,nil,6)
local lvc=0 local lvc=0
for tc in aux.Next(g) do for tc in aux.Next(g) do
lvc=lvc|(1<<(tc:GetLevel()-1)) lvc=lvc|(1<<(tc:GetLevel()-1))
......
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