diff options
Diffstat (limited to 'npc/commands/music.txt')
-rw-r--r-- | npc/commands/music.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt index 2aa30d06b..144dc059a 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -48,4 +48,7 @@ OnInit: htput(.hash, "mythica", "mythica.mp3"); htput(.hash, "3b5", "3b5.ogg"); htput(.hash, "misuse", "misuse.ogg"); + htput(.hash, "prelude", "water_prelude.ogg"); + htput(.hash, "sunrise", "tws_birds_in_the_sunrise.ogg"); + htput(.hash, "peace", "peace.ogg"); } |