Commit 29428686 authored by REIKAI's avatar REIKAI 💬

fixed

parent 0184116a
Pipeline #23850 passed with stages
in 22 minutes and 15 seconds
......@@ -202,7 +202,7 @@ function cm.effop(e,tp,eg,ep,ev,re,r,rp)
end
rc:RegisterFlagEffect(0,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(m,4))
end
function cm.effcon(e,tp,eg,ep,ev,re,r,rp)
function cm.reascon(e,tp,eg,ep,ev,re,r,rp)
return not (r==REASON_SYNCHRO or r==REASON_FUSION or r==REASON_LINK or r==REASON_XYZ)
end
function cm.atklimit(e,c)
......
......@@ -44,10 +44,10 @@ function c72421510.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c72421510.tgcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsStatus(STATUS_EFFECT_ENABLED) and ep==1-tp
return ep==1-tp
end
function c72421510.tgtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return not e:GetHandler():IsStatus(STATUS_CHAINING) end
if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,e:GetHandler(),1,0,0)
end
function c72421510.tgop(e,tp,eg,ep,ev,re,r,rp)
......
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