Skip to content

Commit 74fd1b6

Browse files
committed
"Number F0: Utopic Future Zexal" update
It was missing a hint message when the player selects a monster to change control
1 parent 5453ef0 commit 74fd1b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pre-release/c101301042.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function s.cttg(e,tp,eg,ep,ev,re,r,rp,chk)
6262
Duel.SetOperationInfo(0,CATEGORY_CONTROL,nil,1,tp,0)
6363
end
6464
function s.ctop(e,tp,eg,ep,ev,re,r,rp)
65+
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONTROL)
6566
local g=Duel.SelectMatchingCard(tp,Card.IsControlerCanBeChanged,tp,0,LOCATION_MZONE,1,1,nil)
6667
if #g>0 then
6768
Duel.HintSelection(g)

0 commit comments

Comments
 (0)