From 22b8522c982f383c22bf14b274ef10e3b995cdb1 Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Tue, 28 May 2019 17:58:23 -0400 Subject: [PATCH] add msd to now playing because im blind --- .../ScreenGameplay overlay/WifeJudgmentSpotting.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenGameplay overlay/WifeJudgmentSpotting.lua b/Themes/Til Death/BGAnimations/ScreenGameplay overlay/WifeJudgmentSpotting.lua index ba4fbb3719..a712e44ca1 100644 --- a/Themes/Til Death/BGAnimations/ScreenGameplay overlay/WifeJudgmentSpotting.lua +++ b/Themes/Til Death/BGAnimations/ScreenGameplay overlay/WifeJudgmentSpotting.lua @@ -177,9 +177,11 @@ local t = local endTime = os.time() + GetPlayableTime() GAMESTATE:UpdateDiscordPresence(largeImageTooltip, detail, state, endTime) + -- now playing thing for streamers local streamerstuff = "Now playing " .. GAMESTATE:GetCurrentSong():GetDisplayMainTitle() .. " by " .. GAMESTATE:GetCurrentSong():GetDisplayArtist() .. - " in " .. GAMESTATE:GetCurrentSong():GetGroupName() + " in " .. GAMESTATE:GetCurrentSong():GetGroupName() .. + " " .. state File.Write("nowplaying.txt", streamerstuff) screen = SCREENMAN:GetTopScreen()