From 19bbc4b29e944cf2a1ebce44853f5772c733ab2c Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Wed, 28 Nov 2018 22:29:27 -0500 Subject: [PATCH] he who borps the loudest dorps the farthest --- .../ScreenSelectMusic decorations/wifeTwirl.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua index 326dcdf839..794e8208b9 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua @@ -54,6 +54,7 @@ local t = MESSAGEMAN:Broadcast("ChartPreviewOn") if boolthatgetssettotrueonsongchangebutonlyifonatabthatisntthisone then song:Borp() + boolthatgetssettotrueonsongchangebutonlyifonatabthatisntthisone = false end heyiwasusingthat = false end @@ -140,7 +141,10 @@ local function toggleNoteField() else mcbootlarder:visible(true) mcbootlarder:GetChild("NoteField"):visible(true) - song:Borp() + if boolthatgetssettotrueonsongchangebutonlyifonatabthatisntthisone then + song:Borp() + boolthatgetssettotrueonsongchangebutonlyifonatabthatisntthisone = false + end MESSAGEMAN:Broadcast("ChartPreviewOn") end end