diff --git a/NewHorizons/External/Modules/GameOverModule.cs b/NewHorizons/External/Modules/GameOverModule.cs index 7bb884e1..33cf2269 100644 --- a/NewHorizons/External/Modules/GameOverModule.cs +++ b/NewHorizons/External/Modules/GameOverModule.cs @@ -25,7 +25,7 @@ namespace NewHorizons.External.Modules public string condition; /// - /// Path to the audio file to use as custom music for the credits. + /// Path to the audio file to use as custom music for the credits. Also supports AudioClips and AudioType like other audio settings. /// Note: only applies when creditsType is set to "custom". /// public string audio;