Commit 7a572f69 authored by GuGu's avatar GuGu

Update c20516.lua

parent b9e0438f
Pipeline #33216 passed with stage
in 5 seconds
...@@ -101,7 +101,7 @@ end ...@@ -101,7 +101,7 @@ end
-- ②:除外怪兽回卡组并检索 -- ②:除外怪兽回卡组并检索
function s.tdfilter(c) function s.tdfilter(c)
return c:IsFaceup() and c:IsAbleToDeck() return c:IsFaceup() and c:IsAbleToDeck() and c:IsType(TYPE_MONSTER)
end end
function s.thfilter(c,atk) function s.thfilter(c,atk)
return c:IsSetCard(0x713) and c:IsAttackBelow(atk) and c:IsAbleToHand() return c:IsSetCard(0x713) and c:IsAttackBelow(atk) and c:IsAbleToHand()
......
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