Commit f52dd854 authored by mercury233's avatar mercury233 Committed by GitHub
parent 8680d01c
...@@ -75,7 +75,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,7 +75,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.cfilter(c,tp) function s.cfilter(c,tp)
return not c:IsType(TYPE_TOKEN) and c:IsType(TYPE_MONSTER) return not c:IsType(TYPE_TOKEN) and c:IsType(TYPE_MONSTER)
and c:GetOwner()==1-tp and c:IsReason(REASON_EFFECT) and c:GetOwner()==1-tp and c:IsReason(REASON_EFFECT+REASON_REDIRECT)
and c:IsLocation(LOCATION_GRAVE+LOCATION_REMOVED) and c:IsLocation(LOCATION_GRAVE+LOCATION_REMOVED)
and c:IsFaceupEx() and c:IsCanOverlay() and c:IsFaceupEx() and c:IsCanOverlay()
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