Commit 9ff538cb authored by Amiya's avatar Amiya

修复

parent 0167bd63
...@@ -37,6 +37,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,6 +37,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(tp,g) Duel.ConfirmCards(tp,g)
if g:IsExists(Card.IsLocation,1,nil,LOCATION_HAND) then if g:IsExists(Card.IsLocation,1,nil,LOCATION_HAND) then
Duel.ShuffleHand(1-tp) Duel.ShuffleHand(1-tp)
else
Duel.ShuffleDeck(1-tp)
end end
Duel.Recover(tp,2000,REASON_EFFECT,true) Duel.Recover(tp,2000,REASON_EFFECT,true)
Duel.Recover(1-tp,2000,REASON_EFFECT,true) Duel.Recover(1-tp,2000,REASON_EFFECT,true)
......
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