Commit aebeaf56 authored by salix5's avatar salix5

Merge pull request #278 from Tianchenglipu/patch-2

Update c38033121.lua
parents 667fb2d3 7f77dd19
...@@ -10,9 +10,5 @@ function c38033121.initial_effect(c) ...@@ -10,9 +10,5 @@ function c38033121.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c38033121.val(e,c) function c38033121.val(e,c)
return Duel.GetMatchingGroupCount(c38033121.filter,c:GetControler(),LOCATION_GRAVE,LOCATION_GRAVE,nil)*300 return Duel.GetMatchingGroupCount(Card.IsCode,c:GetControler(),LOCATION_GRAVE,LOCATION_GRAVE,nil,30208479,46986414)*300
end
function c38033121.filter(c)
local code=c:GetCode()
return code==46986414 or code==30208479
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