Commit acd3b719 authored by DailyShana's avatar DailyShana

fix

parent 9a6fbddf
...@@ -53,8 +53,6 @@ function c50005218.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,8 +53,6 @@ function c50005218.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(sg,nil,REASON_EFFECT) Duel.SendtoHand(sg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,sg) Duel.ConfirmCards(1-tp,sg)
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
else
Duel.SendtoGrave(sg,REASON_RULE)
end end
end end
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
......
...@@ -24,7 +24,7 @@ function c73468603.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -24,7 +24,7 @@ function c73468603.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(73468603,1)) Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(73468603,1))
local tg2=g:Select(tp,1,1,nil) local tg2=g:Select(tp,1,1,nil)
Duel.SSet(tp,tg1) Duel.SSet(tp,tg1)
Duel.SSet(1-tp,tg2) Duel.SSet(tp,tg2,1-tp)
tg1:GetFirst():RegisterFlagEffect(73468603,RESET_EVENT+RESETS_STANDARD,0,1) tg1:GetFirst():RegisterFlagEffect(73468603,RESET_EVENT+RESETS_STANDARD,0,1)
tg2:GetFirst():RegisterFlagEffect(73468603,RESET_EVENT+RESETS_STANDARD,0,1) tg2:GetFirst():RegisterFlagEffect(73468603,RESET_EVENT+RESETS_STANDARD,0,1)
tg1:Merge(tg2) tg1:Merge(tg2)
......
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