Commit 0d8c3517 authored by GuGu's avatar GuGu

Update c86379015.lua

parent 293a006d
Pipeline #29101 passed with stage
in 7 seconds
......@@ -66,7 +66,7 @@ function c86379015.filter2(c)
return c:IsFaceup() and not c:IsType(TYPE_LINK) and (c:GetDefense()~=0 or not c:IsPosition(POS_FACEUP_DEFENSE))
end
function c86379015.condition(e,tp,eg,ep,ev,re,r,rp)
return eg:GetFirst()==e:GetHandler() and ev~=0
return eg:GetFirst()==e:GetHandler() and ev==0
end
function c86379015.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return
......@@ -113,7 +113,7 @@ function c86379015.operation(e,tp,eg,ep,ev,re,r,rp)
end
--
function c86379015.condition2(e,tp,eg,ep,ev,re,r,rp)
return eg:GetFirst()==e:GetHandler() and Duel.GetCustomActivityCount(86379015,tp,ACTIVITY_SPSUMMON)==0 and ev==0
return eg:GetFirst()==e:GetHandler() and Duel.GetCustomActivityCount(86379015,tp,ACTIVITY_SPSUMMON)==0 and ev~=0
end
function c86379015.target2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return
......
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