Commit 8e4165fa authored by POLYMER's avatar POLYMER

fix

parent ddb09c95
...@@ -56,7 +56,7 @@ function c95101055.chkfilter(c,tp) ...@@ -56,7 +56,7 @@ function c95101055.chkfilter(c,tp)
return c:IsType(TYPE_MONSTER) and c:IsControler(1-tp) return c:IsType(TYPE_MONSTER) and c:IsControler(1-tp)
end end
function c95101055.operation(e,tp,eg,ep,ev,re,r,rp) function c95101055.operation(e,tp,eg,ep,ev,re,r,rp)
if eg:IsExists(c77910045.chkfilter,1,nil,tp) then if eg:IsExists(c95101055.chkfilter,1,nil,tp) then
Duel.Recover(tp,500,REASON_EFFECT) Duel.Recover(tp,500,REASON_EFFECT)
end end
end 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