@@ -7,7 +7,7 @@ if not ActionDuel then
77 local e1 = Effect .GlobalEffect ()
88 e1 :SetProperty (EFFECT_FLAG_UNCOPYABLE + EFFECT_FLAG_CANNOT_DISABLE + EFFECT_FLAG_IGNORE_IMMUNE + EFFECT_FLAG_NO_TURN_RESET )
99 e1 :SetType (EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS )
10- e1 :SetCode (EVENT_PREDRAW )
10+ e1 :SetCode (EVENT_ADJUST )
1111 e1 :SetCountLimit (1 )
1212 e1 :SetOperation (ActionDuel .op )
1313 Duel .RegisterEffect (e1 ,0 )
@@ -55,7 +55,7 @@ if not ActionDuel then
5555 local announceFilter = {TYPE_ACTION ,OPCODE_ISTYPE ,TYPE_FIELD ,OPCODE_ISTYPE ,OPCODE_AND }
5656 while # actionFieldToBeUsed == 0 do
5757 for p = 0 ,1 do
58- if Duel .SelectYesNo (p ,aux .Stringid (151000000 ,3 ) then
58+ if Duel .SelectYesNo (p ,aux .Stringid (151000000 ,3 )) then
5959 Duel .Hint (HINT_SELECTMSG ,tp ,aux .Stringid (151000000 ,4 ))
6060 local af = Duel .AnnounceCard (p ,table.unpack (announceFilter ))
6161 table.insert (actionFieldToBeUsed ,af )
@@ -73,6 +73,7 @@ if not ActionDuel then
7373 Duel .Hint (HINT_CARD ,0 ,actionFieldToBeUsed [1 ])
7474 for p = 0 ,1 do
7575 local tc = Duel .CreateToken (p ,actionFieldToBeUsed [1 ])
76+ e :SetLabelObject (tc )
7677 -- redirect
7778 local e1 = Effect .CreateEffect (tc )
7879 e1 :SetType (EFFECT_TYPE_SINGLE + EFFECT_TYPE_CONTINUOUS )
@@ -269,7 +270,7 @@ if not ActionDuel then
269270 10080320 ,
270271 7617062 ,
271272 37694547 ,
272- 31510000007655 ,
273+ 33017655 ,
273274 56594520 ,
274275 87430998 ,
275276 62265044 ,
0 commit comments