Commit 5e4611b5 authored by salix5's avatar salix5

add s.fusion_effect

parent fb9c2987
...@@ -50,6 +50,7 @@ function s.initial_effect(c) ...@@ -50,6 +50,7 @@ function s.initial_effect(c)
e5:SetOperation(s.atkop) e5:SetOperation(s.atkop)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
s.fusion_effect=true
function s.eqlimit(e,c) function s.eqlimit(e,c)
return c:IsLevelAbove(5) and c:IsRace(RACE_FIEND+RACE_ZOMBIE) return c:IsLevelAbove(5) and c:IsRace(RACE_FIEND+RACE_ZOMBIE)
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