Commit 253dad81 authored by salix5's avatar salix5

fix 魂のしもべ

Now it will show the source location explicitly.
parent 06cbde00
...@@ -35,6 +35,7 @@ function c23020408.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -35,6 +35,7 @@ function c23020408.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=g:GetFirst() local tc=g:GetFirst()
if tc then if tc then
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
Duel.HintSelection(g)
if tc:IsLocation(LOCATION_DECK) then if tc:IsLocation(LOCATION_DECK) then
Duel.MoveSequence(tc,0) Duel.MoveSequence(tc,0)
else else
......
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