Commit 4e0576ea authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c64800192.lua

parent 02b915ee
...@@ -42,8 +42,8 @@ end ...@@ -42,8 +42,8 @@ end
function s.atkcon(e,tp,eg,ep,ev,re,r,rp) function s.atkcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsAbleToEnterBP() return Duel.IsAbleToEnterBP()
end end
function s.costfilter(c) function s.costfilter(c,g)
return c:IsLevel(10) return c:IsLevel(10) and g:IsContains(c)
end end
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk) function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local lg=e:GetHandler():GetLinkedGroup() local lg=e:GetHandler():GetLinkedGroup()
......
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