Commit d7550142 authored by GuGu's avatar GuGu

Update c86379017.lua

parent 0d8c3517
Pipeline #29102 passed with stage
in 9 seconds
......@@ -66,7 +66,7 @@ function c86379017.filter2(c)
return c:IsFaceup() and (c:GetAttack()~=0 or not c:IsPosition(POS_FACEUP_ATTACK))
end
function c86379017.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 c86379017.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return
......@@ -114,7 +114,7 @@ function c86379017.operation(e,tp,eg,ep,ev,re,r,rp)
end
--
function c86379017.condition2(e,tp,eg,ep,ev,re,r,rp)
return eg:GetFirst()==e:GetHandler() and Duel.GetCustomActivityCount(86379017,tp,ACTIVITY_SPSUMMON)==0 and ev==0
return eg:GetFirst()==e:GetHandler() and Duel.GetCustomActivityCount(86379017,tp,ACTIVITY_SPSUMMON)==0 and ev~=0
end
function c86379017.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