Commit 0b94998b authored by salix5's avatar salix5

Merge pull request #1421 from nekrozar/patch-1

fix Evigishki Levianima
parents a0263cec 81f1b8e3
...@@ -22,6 +22,7 @@ function c71203602.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -22,6 +22,7 @@ function c71203602.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
if tc:IsSetCard(0x3a) and tc:IsType(TYPE_MONSTER) then if tc:IsSetCard(0x3a) and tc:IsType(TYPE_MONSTER) then
Duel.BreakEffect()
local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND) local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND)
if g:GetCount()>0 then if g:GetCount()>0 then
local sg=g:RandomSelect(tp,1) local sg=g:RandomSelect(tp,1)
......
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