Commit 4cb3f8cf authored by Amiya's avatar Amiya

修复

parent 1186528b
Pipeline #40545 passed with stages
in 1 minute and 15 seconds
......@@ -52,7 +52,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.thfilter(c)
return c:IsFaceup() and c:IsSetCard(0x1b7) and c:IsAbleToHand()
return c:IsFaceup() and c:IsSetCard(0x1cf) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsOnField() and chkc:IsControler(tp) and s.thfilter(chkc) 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