diff --git a/Assets/Resources/Credits.txt b/Assets/Resources/Credits.txt
index 6a485a4ba..dffb32968 100644
--- a/Assets/Resources/Credits.txt
+++ b/Assets/Resources/Credits.txt
@@ -7,7 +7,6 @@
-Mytiaoga
-Carson
-saladplainzone
--Pengu123
-Krıspy Kreme
-DPS2004
-Jellirby
@@ -18,7 +17,7 @@
-Maddy / saladplainzone
-NoahAmp
-Bhaos
--Raffy
+-RaffyTaffy14
-Thinedave
Artwork
@@ -54,7 +53,7 @@
-Butternnife
-Minesweeper95
-mizuno
--Flowercardiganwillow
+-Malleable Frog
-vincells
Music
diff --git a/Assets/Resources/MainMixer.mixer b/Assets/Resources/MainMixer.mixer
index 62c8a18e3..539be04b3 100644
--- a/Assets/Resources/MainMixer.mixer
+++ b/Assets/Resources/MainMixer.mixer
@@ -86,7 +86,7 @@ AudioMixerController:
m_StartSnapshot: {fileID: 24500006}
m_SuspendThreshold: -80
m_EnableSuspend: 1
- m_UpdateMode: 0
+ m_UpdateMode: 1
m_ExposedParameters: []
m_AudioMixerGroupViews:
- guids:
diff --git a/Assets/Scripts/Games/PajamaParty/CtrPillowPlayer.cs b/Assets/Scripts/Games/PajamaParty/CtrPillowPlayer.cs
index c24d14399..a37dddbfb 100644
--- a/Assets/Scripts/Games/PajamaParty/CtrPillowPlayer.cs
+++ b/Assets/Scripts/Games/PajamaParty/CtrPillowPlayer.cs
@@ -238,8 +238,11 @@ namespace HeavenStudio.Games.Scripts_PajamaParty
beat + 2,
delegate
{
- anim.DoUnscaledAnimation("MakoThrow" + animSuffix, 1);
- game.PrepareHighState();
+ if (hit && !ng)
+ {
+ anim.DoUnscaledAnimation("MakoThrow" + animSuffix, 1);
+ game.PrepareHighState();
+ }
}
)
});