Commit 58a7895b authored by Amiya's avatar Amiya

异响鸣修复

parent db32d62b
...@@ -18,7 +18,7 @@ function s.thfilter(c,tp) ...@@ -18,7 +18,7 @@ function s.thfilter(c,tp)
and (c:IsAbleToExtra() or c:IsAbleToHand()) and (c:IsAbleToExtra() or c:IsAbleToHand())
end end
function s.cfilter(c) function s.cfilter(c)
return not c:IsType(TYPE_PENDULUM) and c:IsSetCard(0x1a3) return not c:IsType(TYPE_PENDULUM) and c:IsSetCard(0x1a3) and c:IsFaceup()
end end
function s.target(e,tp,eg,ep,ev,re,r,rp,chk) function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetMatchingGroup(s.thfilter,tp,LOCATION_DECK,0,nil) local g=Duel.GetMatchingGroup(s.thfilter,tp,LOCATION_DECK,0,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