Commit 0828dc37 authored by sidschingis's avatar sidschingis

fix

Changed to reflect the latest Erratum.
"Both players reveal their hands, discard 1 card from their opponent's hand to the Graveyard, THEN draw 1 card."
parent 57ec6ac5
...@@ -35,6 +35,7 @@ function c16435215.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -35,6 +35,7 @@ function c16435215.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoGrave(sg1,REASON_EFFECT+REASON_DISCARD) Duel.SendtoGrave(sg1,REASON_EFFECT+REASON_DISCARD)
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
Duel.ShuffleHand(1-tp) Duel.ShuffleHand(1-tp)
Duel.BreakEffect()
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
Duel.Draw(1-tp,1,REASON_EFFECT) Duel.Draw(1-tp,1,REASON_EFFECT)
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