Commit 05cbbfce authored by salix5's avatar salix5

fix

parent 33d00147
...@@ -23,8 +23,10 @@ function c15305240.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -23,8 +23,10 @@ function c15305240.activate(e,tp,eg,ep,ev,re,r,rp)
then return end then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONTROL) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONTROL)
local g1=Duel.SelectMatchingCard(tp,c15305240.filter,tp,LOCATION_MZONE,0,1,1,nil) local g1=Duel.SelectMatchingCard(tp,c15305240.filter,tp,LOCATION_MZONE,0,1,1,nil)
Duel.HintSelection(g1)
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_CONTROL) Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_CONTROL)
local g2=Duel.SelectMatchingCard(1-tp,Card.IsAbleToChangeControler,1-tp,LOCATION_MZONE,0,1,1,nil) local g2=Duel.SelectMatchingCard(1-tp,Card.IsAbleToChangeControler,1-tp,LOCATION_MZONE,0,1,1,nil)
Duel.HintSelection(g2)
local c1=g1:GetFirst() local c1=g1:GetFirst()
local c2=g2:GetFirst() local c2=g2:GetFirst()
Duel.SwapControl(c1,c2,0,0) Duel.SwapControl(c1,c2,0,0)
......
...@@ -21,8 +21,10 @@ function c31036355.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -21,8 +21,10 @@ function c31036355.activate(e,tp,eg,ep,ev,re,r,rp)
then return end then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONTROL) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONTROL)
local g1=Duel.SelectMatchingCard(tp,Card.IsAbleToChangeControler,tp,LOCATION_MZONE,0,1,1,nil) local g1=Duel.SelectMatchingCard(tp,Card.IsAbleToChangeControler,tp,LOCATION_MZONE,0,1,1,nil)
Duel.HintSelection(g1)
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_CONTROL) Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_CONTROL)
local g2=Duel.SelectMatchingCard(1-tp,Card.IsAbleToChangeControler,1-tp,LOCATION_MZONE,0,1,1,nil) local g2=Duel.SelectMatchingCard(1-tp,Card.IsAbleToChangeControler,1-tp,LOCATION_MZONE,0,1,1,nil)
Duel.HintSelection(g2)
local c1=g1:GetFirst() local c1=g1:GetFirst()
local c2=g2:GetFirst() local c2=g2:GetFirst()
if Duel.SwapControl(c1,c2,0,0) then if Duel.SwapControl(c1,c2,0,0) then
......
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