Commit e71c7f21 authored by GuGu's avatar GuGu

Update c20350.lua

parent 2d51d96b
Pipeline #33403 passed with stage
in 11 seconds
...@@ -71,6 +71,6 @@ function c20350.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,6 +71,6 @@ function c20350.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c20350.val(e,c) function c20350.val(e,c)
local num1=Duel.GetMatchingGroupCount(Card.IsType,c:GetControler(),LOCATION_GRAVE,0,nil,TYPE_SPELL)*700 local num1=Duel.GetMatchingGroupCount(Card.IsType,e:GetOwnerPlayer(),LOCATION_GRAVE,0,nil,TYPE_SPELL)*700
return -num1 return -num1
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