Commit 896a823d authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent c992f060
...@@ -28,7 +28,7 @@ function s.peff2tg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -28,7 +28,7 @@ function s.peff2tg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DISABLE,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DISABLE,eg,1,0,0)
end end
function s.peff2op(e,tp,eg,ep,ev,re,r,rp) function s.peff2op(e,tp,eg,ep,ev,re,r,rp)
if Duel.NegateRelatedChain(re:GetHandler(),RESET_TURN_SET) then if Duel.NegateEffect(ev) then
local code=re:GetHandler():GetCode() local code=re:GetHandler():GetCode()
H_M_.aclimit(e:GetHandler(),tp,code) H_M_.aclimit(e:GetHandler(),tp,code)
end end
......
...@@ -28,7 +28,7 @@ function s.peff2tg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -28,7 +28,7 @@ function s.peff2tg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DISABLE,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DISABLE,eg,1,0,0)
end end
function s.peff2op(e,tp,eg,ep,ev,re,r,rp) function s.peff2op(e,tp,eg,ep,ev,re,r,rp)
if Duel.NegateRelatedChain(re:GetHandler(),RESET_TURN_SET) then if Duel.NegateEffect(ev) then
local code=re:GetHandler():GetCode() local code=re:GetHandler():GetCode()
H_M_.aclimit(e:GetHandler(),tp,code) H_M_.aclimit(e:GetHandler(),tp,code)
end end
......
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