Commit f3b08d97 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12866790.lua

parent 266099aa
...@@ -26,7 +26,7 @@ function s.initial_effect(c) ...@@ -26,7 +26,7 @@ function s.initial_effect(c)
end end
s.fusion_effect=true s.fusion_effect=true
function s.tgfilter(c) function s.tgfilter(c)
return c:IsCode(12866755) return c:IsCode(12866755) and c:IsAbleToGrave()
end end
function s.spfilter(c,e,tp) function s.spfilter(c,e,tp)
return c:IsFaceupEx() and c:IsCode(12866755) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsFaceupEx() and c:IsCode(12866755) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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