diff --git a/src/main/kotlin/org/rs09/consts/Music.kt b/src/main/kotlin/org/rs09/consts/Music.kt index eb3fd49..1fec2e2 100644 --- a/src/main/kotlin/org/rs09/consts/Music.kt +++ b/src/main/kotlin/org/rs09/consts/Music.kt @@ -1,5 +1,14 @@ package org.rs09.consts +/** + * Quick note up here for content creators, if a value listed below + * has a comment next to it, that means that it does not + * (as of 2023-02-23) get unlocked client-side when running + * the ::allmusic admin command. The comment dictates where + * and when the music should unlock, so any individuals looking at + * implementing the quests, miniquests, or minigames listed can + * have an easier time with it. + */ object Music { const val IBAN_1 = 1 const val AUTUMN_VOYAGE_2 = 2