Commit 421741e7 authored by mercury233's avatar mercury233 Committed by GitHub

fix ネオス・フュージョン

parent 5b3ad6d1
...@@ -31,7 +31,7 @@ function c14088859.initial_effect(c) ...@@ -31,7 +31,7 @@ function c14088859.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c14088859.filter1(c,e) function c14088859.filter1(c,e)
return c:IsAbleToGrave() and not c:IsImmuneToEffect(e) return c:IsType(TYPE_MONSTER) and c:IsAbleToGrave() and not c:IsImmuneToEffect(e)
end end
function c14088859.filter2(c,e,tp,m,chkf) function c14088859.filter2(c,e,tp,m,chkf)
local min,max=aux.GetMaterialListCount(c) local min,max=aux.GetMaterialListCount(c)
......
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