Commit 6537ae92 authored by Amiya's avatar Amiya

天魔之声选姬修复

parent 71258d11
......@@ -51,7 +51,7 @@ function s.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_PENDULUM)
end
function s.atcon(e)
return Duel.IsExistingMatchingCard(aux.NOT(Card.IsCode),e:GetHandlerPlayer(),LOCATION_MZONE,0,1,e:GetHandler(),id)
return Duel.IsExistingMatchingCard(aux.AND(aux.NOT(Card.IsCode),Card.IsFaceup),e:GetHandlerPlayer(),LOCATION_MZONE,0,1,e:GetHandler(),id)
end
function s.thtg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():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