Commit e6b7586f authored by Mr.Tan's avatar Mr.Tan

Fix アイス・ドール

parent dc09858d
...@@ -98,7 +98,7 @@ function s.thcon2(e,tp,eg,ep,ev,re,r,rp) ...@@ -98,7 +98,7 @@ function s.thcon2(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD) return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
end end
function s.thfilter2(c) function s.thfilter2(c)
return c:IsSetCard(100233006) and c:IsAbleToHand() return c:IsCode(100233006) and c:IsAbleToHand()
end end
function s.thtg2(e,tp,eg,ep,ev,re,r,rp,chk) function s.thtg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter2,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter2,tp,LOCATION_DECK,0,1,nil) end
......
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