Commit 2c5021bb authored by POLYMER's avatar POLYMER

fix

parent cf23fe44
...@@ -56,8 +56,8 @@ function c11771285.op2(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,8 +56,8 @@ function c11771285.op2(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,code,te=Duel.GetChainInfo(ch-1,CHAININFO_TRIGGERING_PLAYER,CHAININFO_TRIGGERING_CODE,CHAININFO_TRIGGERING_EFFECT) local p,code,te=Duel.GetChainInfo(ch-1,CHAININFO_TRIGGERING_PLAYER,CHAININFO_TRIGGERING_CODE,CHAININFO_TRIGGERING_EFFECT)
if p==1-tp and te and te:IsActiveType(TYPE_MONSTER) then if te and te:IsActiveType(TYPE_MONSTER) then
Duel.NegateEffect(ev) Duel.NegateEffect(te)
end end
end end
local d=Duel.TossDice(tp,1) local d=Duel.TossDice(tp,1)
......
...@@ -122,4 +122,5 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp) ...@@ -122,4 +122,5 @@ function s.rop(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(1-tp,rct*1000,REASON_EFFECT) Duel.Damage(1-tp,rct*1000,REASON_EFFECT)
end end
end end
Duel.ShuffleHand(1-tp)
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