Commit 8104a6f4 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12026000.lua

parent 7163660b
...@@ -75,6 +75,7 @@ function c12026000.scon1(e,tp) ...@@ -75,6 +75,7 @@ function c12026000.scon1(e,tp)
return not Duel.IsExistingMatchingCard(Card.IsType,tp,LOCATION_MZONE,0,1,nil,TYPE_MONSTER) return not Duel.IsExistingMatchingCard(Card.IsType,tp,LOCATION_MZONE,0,1,nil,TYPE_MONSTER)
end end
function c12026000.splimit1(e,c) function c12026000.splimit1(e,c)
local tp=e:GetHandler()
return not (c:IsLevelBelow(4) or Duel.IsExistingMatchingCard(Card.IsType,tp,0,LOCATION_MZONE,1,nil,TYPE_MONSTER) ) return not (c:IsLevelBelow(4) or Duel.IsExistingMatchingCard(Card.IsType,tp,0,LOCATION_MZONE,1,nil,TYPE_MONSTER) )
end end
function c12026000.splimit(e,c,sump,sumtype,sumpos,targetp,se) function c12026000.splimit(e,c,sump,sumtype,sumpos,targetp,se)
......
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