Commit 293a006d authored by GuGu's avatar GuGu

Update c86379013.lua

parent 76e41059
Pipeline #29100 passed with stage
in 11 seconds
...@@ -64,7 +64,7 @@ function c86379013.splimit(e,c) ...@@ -64,7 +64,7 @@ function c86379013.splimit(e,c)
end end
-- --
function c86379013.condition(e,tp,eg,ep,ev,re,r,rp) function c86379013.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 end
function c86379013.target(e,tp,eg,ep,ev,re,r,rp,chk) function c86379013.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return if chk==0 then return
...@@ -126,7 +126,7 @@ function c86379013.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -126,7 +126,7 @@ function c86379013.operation(e,tp,eg,ep,ev,re,r,rp)
end end
-- --
function c86379013.condition2(e,tp,eg,ep,ev,re,r,rp) function c86379013.condition2(e,tp,eg,ep,ev,re,r,rp)
return eg:GetFirst()==e:GetHandler() and Duel.GetCustomActivityCount(86379013,tp,ACTIVITY_SPSUMMON)==0 and ev==0 return eg:GetFirst()==e:GetHandler() and Duel.GetCustomActivityCount(86379013,tp,ACTIVITY_SPSUMMON)==0 and ev~=0
end end
function c86379013.target2(e,tp,eg,ep,ev,re,r,rp,chk) function c86379013.target2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return 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