Commit 7c0981d0 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c47370016.lua

parent 7bc40452
...@@ -18,7 +18,7 @@ function s.god_check(c) ...@@ -18,7 +18,7 @@ function s.god_check(c)
return f return f
end end
function s.mfilter(c) function s.mfilter(c)
return c:IsLevel(7) or c:IsRank(7) or c:IsLinkAttribute(ATTRIBUTE_WATER) or c:IsLinkAttribute(ATTRIBUTE_WATER) or c:IsSetCard(0x3ca2) return c:IsLevel(7) or c:IsRank(7) or c:IsLinkAttribute(ATTRIBUTE_WATER) or c:IsLinkRace(RACE_WARRIOR+RACE_SPELLCASTER+RACE_PSYCHO)
end end
function s.indes(c) function s.indes(c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(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