Commit 1aac67ed authored by mercury233's avatar mercury233 Committed by GitHub

minor update 煉獄の氾爛

parent fffc021e
...@@ -65,7 +65,8 @@ function c34822850.filter(c,lv) ...@@ -65,7 +65,8 @@ function c34822850.filter(c,lv)
return c:IsFaceup() and c:IsSetCard(0xbb) and c:GetLevel()>lv return c:IsFaceup() and c:IsSetCard(0xbb) and c:GetLevel()>lv
end end
function c34822850.atlimit(e,c) function c34822850.atlimit(e,c)
return c:IsFaceup() and c:IsSetCard(0xbb) and (c:GetLevel()<1 or Duel.IsExistingMatchingCard(c34822850.filter,c:GetControler(),LOCATION_MZONE,0,1,nil,c:GetLevel())) return c:IsFaceup() and c:IsSetCard(0xbb)
and (not c:IsHasLevel() or Duel.IsExistingMatchingCard(c34822850.filter,c:GetControler(),LOCATION_MZONE,0,1,nil,c:GetLevel()))
end end
function c34822850.tglimit(e,c) function c34822850.tglimit(e,c)
return c:IsSetCard(0xbb) return c:IsSetCard(0xbb)
......
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