Commit ca90b551 authored by Chen Bill's avatar Chen Bill

update ビッグウェルカム・ラビュリンス

parent d9e8c8fb
...@@ -54,8 +54,8 @@ function s.checkfilter(c) ...@@ -54,8 +54,8 @@ function s.checkfilter(c)
return c:IsFaceup() and c:IsLevelAbove(8) and c:IsRace(RACE_FIEND) return c:IsFaceup() and c:IsLevelAbove(8) and c:IsRace(RACE_FIEND)
end end
function s.thfilter(c,tp,check) function s.thfilter(c,tp,check)
return c:IsAbleToHand() and ((c:IsControler(tp) and c:IsFaceup() and c:IsRace(RACE_FIEND)) return c:IsAbleToHand() and (c:IsControler(tp) and c:IsFaceup() and c:IsRace(RACE_FIEND)
or (check and c:IsControler(1-tp))) or check and c:IsControler(1-tp))
end end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local check=Duel.IsExistingMatchingCard(s.checkfilter,tp,LOCATION_MZONE,0,1,nil) local check=Duel.IsExistingMatchingCard(s.checkfilter,tp,LOCATION_MZONE,0,1,nil)
......
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