Commit d73493a6 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12026000.lua

parent 7fd5d511
...@@ -77,7 +77,7 @@ function c12026000.scon1(e) ...@@ -77,7 +77,7 @@ function c12026000.scon1(e)
return not Duel.IsExistingMatchingCard(Card.IsType,tp,0,LOCATION_MZONE,1,nil,TYPE_MONSTER) return not Duel.IsExistingMatchingCard(Card.IsType,tp,0,LOCATION_MZONE,1,nil,TYPE_MONSTER)
end end
function c12026000.splimit1(e,c,sump,sumtype,sumpos,targetp,se) function c12026000.splimit1(e,c,sump,sumtype,sumpos,targetp,se)
return c:IsLevelBelow(4) return c:IsLevelAbove(5)
end end
function c12026000.splimit(e,c,sump,sumtype,sumpos,targetp,se) function c12026000.splimit(e,c,sump,sumtype,sumpos,targetp,se)
if c:IsType(TYPE_FUSION) then return not c:IsLocation(LOCATION_EXTRA) or not se:GetHandler():IsType(TYPE_SPELL) end if c:IsType(TYPE_FUSION) then return not c:IsLocation(LOCATION_EXTRA) or not se:GetHandler():IsType(TYPE_SPELL) 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