Commit 67a638ec authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Cyberdark Impact! (#633)

parent 1ec840ff
...@@ -10,10 +10,10 @@ function c80033124.initial_effect(c) ...@@ -10,10 +10,10 @@ function c80033124.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c80033124.ffilter0(c) function c80033124.ffilter0(c)
return c:IsCode(41230939,77625948,3019642) and c:IsAbleToDeck() return c:IsCode(41230939,77625948,3019642) and c:IsCanBeFusionMaterial(nil,true) and c:IsAbleToDeck()
end end
function c80033124.ffilter(c,e) function c80033124.ffilter(c,e)
return c:IsCode(41230939,77625948,3019642) and c:IsAbleToDeck() return c:IsCode(41230939,77625948,3019642) and c:IsCanBeFusionMaterial(nil,true) and c:IsAbleToDeck()
and not c:IsImmuneToEffect(e) and not c:IsImmuneToEffect(e)
end end
function c80033124.spfilter(c,e,tp) function c80033124.spfilter(c,e,tp)
......
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