Commit 7cf11f07 authored by salix5's avatar salix5

Merge pull request #1413 from nekrozar/patch-5

fix Proof of Powerlessness
parents eaf2c37f fc0f6cbc
......@@ -16,7 +16,7 @@ function c11373345.cfilter(c)
return c:IsFaceup() and c:IsLevelAbove(7)
end
function c11373345.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c11373345.cfilter,tp,LOCATION_ONFIELD,0,1,nil)
return Duel.IsExistingMatchingCard(c11373345.cfilter,tp,LOCATION_MZONE,0,1,nil)
end
function c11373345.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetActivityCount(tp,ACTIVITY_ATTACK)==0 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