Commit d9b29480 authored by wind2009's avatar wind2009

Update 魔術師の弟子-ブラック・マジシャン・ガール

parent bee5fef7
Pipeline #32676 failed with stages
in 2 minutes and 20 seconds
...@@ -77,9 +77,9 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -77,9 +77,9 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
end end
end end
function s.atkcon(c) function s.atkfilter(c)
return c:IsType(TYPE_MONSTER) and aux.IsCodeListed(c,79791878) return c:IsType(TYPE_MONSTER) and aux.IsCodeListed(c,79791878)
end end
function s.atkval(e,c) function s.atkval(e,c)
return Duel.GetMatchingGroupCount(s.atkcon,c:GetControler(),LOCATION_GRAVE,LOCATION_GRAVE,nil)*300 return Duel.GetMatchingGroupCount(s.atkfilter,c:GetControler(),LOCATION_GRAVE,LOCATION_GRAVE,nil)*300
end end
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