Commit bee5fef7 authored by wind2009's avatar wind2009

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

parent 502bb659
Pipeline #32675 passed with stages
in 2 minutes and 41 seconds
...@@ -78,7 +78,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,7 +78,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.atkcon(c) function s.atkcon(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.atkcon,c:GetControler(),LOCATION_GRAVE,LOCATION_GRAVE,nil)*300
......
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