Commit 7f77dd19 authored by Tianchenglipu's avatar Tianchenglipu

Update c38033121.lua

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