Commit 2ab4f73f authored by GuGu's avatar GuGu

Update c86379019.lua

parent d7550142
Pipeline #29103 passed with stage
in 6 seconds
......@@ -74,7 +74,7 @@ function c86379019.filter1(c)
return c:IsSetCard(0x279) and c:IsAbleToDeck()
end
function c86379019.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 c86379019.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return
......@@ -99,7 +99,7 @@ function c86379019.operation(e,tp,eg,ep,ev,re,r,rp)
end
--
function c86379019.condition2(e,tp,eg,ep,ev,re,r,rp)
return eg:GetFirst()==e:GetHandler() and Duel.GetCustomActivityCount(86379019,tp,ACTIVITY_SPSUMMON)==0 and ev==0
return eg:GetFirst()==e:GetHandler() and Duel.GetCustomActivityCount(86379019,tp,ACTIVITY_SPSUMMON)==0 and ev~=0
end
function c86379019.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