Commit cf834dac authored by Huangnan's avatar Huangnan

Update c101203002.lua

parent bb1a4bed
......@@ -84,7 +84,7 @@ function s.reop(e,tp,eg,ep,ev,re,r,rp)
Duel.Recover(p,d,REASON_EFFECT)
end
function s.spfilter(c,tp)
return c:IsCode(78371393)
return c:IsCode(78371393) or c:IsSetCard(0x2a4)
end
function s.con(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.spfilter,1,nil,tp)
......
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