Skip to content

Commit

Permalink
Better Save EasterEgg
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFeline committed Oct 10, 2024
1 parent 78b164b commit 92e5b7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Resources/notification_secret.wav
Binary file not shown.
2 changes: 1 addition & 1 deletion Utils/Audio/NotificationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal static void Reset() {
}

internal static void PlaySave() {
if (StartPlaying(Settings.Get.AudioLocation, DefaultSaveStream)) {
if (StartPlaying(Settings.Get.AudioLocation, Random.Shared.Next(0,127) == 87 ? SecretSaveStream : DefaultSaveStream)) {
Settings.Get.AudioLocation = null;
Settings.Export();
}
Expand Down

0 comments on commit 92e5b7a

Please sign in to comment.