diff options
Diffstat (limited to 'npc/commands/music.txt')
-rw-r--r-- | npc/commands/music.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt index 410a24421..8ab476b6a 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -30,7 +30,7 @@ OnCall: //.@m$ = implode(.@atcmd_parameters$[0], " "); dispbottom "Invalid music key. Current accepted values are:"; dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, peace2, peace3, toast, woodland2"; - dispbottom "unforgiving, deepcave, 8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure, dance, academy"; + dispbottom "unforgiving, deepcave, 8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure, dance, academy, shrine, boss, ruins"; } else { changemusic .@map$, .@m$; } @@ -70,4 +70,8 @@ OnInit: htput(.hash, "manacave", "tws_green_island.ogg"); htput(.hash, "dance", "dance_monster.ogg"); htput(.hash, "academy", "academy_bells.ogg"); + htput(.hash, "shrine", "Misty_Shrine.ogg"); + htput(.hash, "boss", "let_the_battles_begin.ogg"); + htput(.hash, "ruins", "Ruins.ogg"); } + |