Commit 79158a8f authored by wind2009's avatar wind2009

Merge branch 'new-fsuion-fix-Teleport-Fusion' into 'master'

fix テレポート・フュージョン under EXTRA_FUSION_MATERIAL

See merge request !55
parents b7694bfa 419fe310
......@@ -4,7 +4,7 @@ function s.initial_effect(c)
--Activate
local e1=FusionSpell.CreateSummonEffect(c,{
fusfilter=s.fusfilter,
matfilter=s.matfilter,
fusion_spell_matfilter=s.fusion_spell_matfilter,
pre_select_mat_location=LOCATION_MZONE|LOCATION_GRAVE,
mat_operation_code_map={
{ [LOCATION_REMOVED]=FusionSpell.FUSION_OPERATION_GRAVE },
......@@ -40,7 +40,7 @@ function s.fusfilter(c)
return c:IsRace(RACE_PSYCHO)
end
function s.matfilter(c)
function s.fusion_spell_matfilter(c)
return c:IsRace(RACE_PSYCHO)
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