Commit 4fc7a66e authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent b2d59601
...@@ -75,11 +75,11 @@ function s.aeop(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,11 +75,11 @@ function s.aeop(e,tp,eg,ep,ev,re,r,rp)
op(e,tp,eg,ep,ev,re,r,rp) op(e,tp,eg,ep,ev,re,r,rp)
local ch=Duel.GetCurrentChain() local ch=Duel.GetCurrentChain()
if ch>1 then if ch>1 then
local p,ef=Duel.GetChainInfo(ch-1,CHAININFO_TRIGGERING_PLAYER,CHAININFO_TRIGGERING_EFFECT) local p=Duel.GetChainInfo(ch-1,CHAININFO_TRIGGERING_PLAYER)
if p==1-tp then if p==1-tp then
if Duel.SelectYesNo(tp,aux.Stringid(id,1)) then if Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.NegateEffect(ef) Duel.NegateEffect(ch-1)
Duel.RegisterFlagEffect(tp,id,RESET_PHASE+PHASE_END,nil,1) Duel.RegisterFlagEffect(tp,id,RESET_PHASE+PHASE_END,nil,1)
end end
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