Commit bd677b36 authored by wind2009's avatar wind2009

Fix Defense of the Temple

parent e9ec4dc2
...@@ -101,7 +101,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -101,7 +101,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.thcon(e,tp,eg,ep,ev,re,r,rp,chk) function s.thcon(e,tp,eg,ep,ev,re,r,rp,chk)
return Duel.IsExistingMatchingCard(aux.AND(Card.IsFaceupEx,Card.IsCode),tp,LOCATION_ONFIELD,0,1,nil,29762408) return Duel.IsExistingMatchingCard(aux.AND(Card.IsFaceupEx,Card.IsCode),tp,LOCATION_ONFIELD,0,1,nil,29762407)
end end
function s.thfilter(c) function s.thfilter(c)
return c:IsCode(100237008) and c:IsAbleToHand() return c:IsCode(100237008) 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