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

Replace c64800192.lua

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