Commit 157aa572 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12030001.lua

parent 5b22aa75
...@@ -93,7 +93,7 @@ function c12030001.drtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -93,7 +93,7 @@ function c12030001.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetTargetPlayer(tp) Duel.SetTargetPlayer(tp)
Duel.SetTargetParam(2) Duel.SetTargetParam(2)
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,2) Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,2)
if rp==1-tp and tp==e:GetLabel() and Duel.SelectYesNo(tp,aux.Stringid(12030001,3)) then if rp==1-tp and tp==e:GetLabel() and not Duel.SelectYesNo(tp,aux.Stringid(12030001,3)) then
Duel.RegisterFlagEffect(tp,12030001,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(tp,12030001,RESET_PHASE+PHASE_END,0,1)
else else
e:SetCategory(CATEGORY_TODECK) e:SetCategory(CATEGORY_TODECK)
...@@ -113,4 +113,4 @@ function c12030001.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -113,4 +113,4 @@ function c12030001.drop(e,tp,eg,ep,ev,re,r,rp)
Duel.ShuffleDeck(p) Duel.ShuffleDeck(p)
end end
end end
end end
\ No newline at end of file
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