ingame/centerscreenannounce/centerscreenannounce.lua:866 -- iconTexture.fadeInTimeline:GetFirstAnimation():SetHandler("OnPlay", function()
if iconTexture.isLastGoal then
PlaySound(SOUNDS.SCRYING_PROGRESS_LAST_GOAL_FADEIN)
else
PlaySound(SOUNDS.SCRYING_PROGRESS_GOAL_FADEIN)
end
end)