Commit 69974bf5 authored by Tachibana's avatar Tachibana 🐟

pic

parent c3dcd524
Pipeline #26433 passed with stages
in 24 minutes and 5 seconds
...@@ -75,7 +75,7 @@ function s.thfilter(c,loc) ...@@ -75,7 +75,7 @@ function s.thfilter(c,loc)
if loc~=nil then if loc~=nil then
return c:IsSetCard(0x490) and c:IsType(TYPE_MONSTER) and c:IsAbleToRemove() return c:IsSetCard(0x490) and c:IsType(TYPE_MONSTER) and c:IsAbleToRemove()
else else
return (c:IsSetCard(0x490) or aux.IsSetNameMonsterListed(c,0xc008)) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() return (c:IsSetCard(0x490)) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end end
end end
function s.rfilter(sg,tc) function s.rfilter(sg,tc)
......
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