Commit 6a673b6b authored by wind2009's avatar wind2009

Fix ガガガマジシャン-ガガガマジック

parent 47532703
Pipeline #42745 passed with stages
in 4 minutes and 6 seconds
......@@ -20,7 +20,7 @@ function s.xyzfiltr(c,g)
and c:IsXyzSummonable(g,2,2)
end
function s.spfilter(c,e,tp,ec)
if not (not c:IsCode(id) and c:IsSetCard(0x8f,0x54,0x59,0x82) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)) then return false end
if not (not c:IsCode(id) and c:IsSetCard(0x8f,0x54,0x59,0x82) and c:IsLevelAbove(1) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)) then return false end
local e1=nil
local e2=nil
if ec:IsLevelAbove(1) then
......
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