Commit a0ae7e01 authored by wyykak's avatar wyykak

k fix

parent f7f26e0d
Pipeline #7700 passed with stage
in 33 seconds
...@@ -52,7 +52,7 @@ function c74563017.clear(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,7 +52,7 @@ function c74563017.clear(e,tp,eg,ep,ev,re,r,rp)
c74563017[0]=0 c74563017[0]=0
end end
function c74563017.sumcon(e,tp,eg,ep,ev,re,r,rp) function c74563017.sumcon(e,tp,eg,ep,ev,re,r,rp)
return ep==tp and (bit.band(r,REASON_BATTLE)~=0 or (bit.band(r,REASON_EFFECT)~=0 and rp==1-tp)) return ep==tp and (bit.band(r,REASON_BATTLE)~=0 or (bit.band(r,REASON_EFFECT)~=0 and rp==1-tp)) and Duel.GetFieldGroupCount(tp,LOCATION_ONFIELD,0)==0
end end
function c74563017.sumtg(e,tp,eg,ep,ev,re,r,rp,chk) function c74563017.sumtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
...@@ -69,6 +69,7 @@ function c74563017.damtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -69,6 +69,7 @@ function c74563017.damtg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c74563017.damop(e,tp,eg,ep,ev,re,r,rp) function c74563017.damop(e,tp,eg,ep,ev,re,r,rp)
local val=c74563017[0] local val=c74563017[0]
Debug.Message(val)
if val>=5000 then if val>=5000 then
local token1=Duel.CreateToken(tp, 74563017) local token1=Duel.CreateToken(tp, 74563017)
local token2=Duel.CreateToken(tp, 74563017) local token2=Duel.CreateToken(tp, 74563017)
......
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