diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/music.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt index 54d676c8f..82b7fc139 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"; + dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, toast"; } else { changemusic .@map$, .@m$; } @@ -52,4 +52,5 @@ OnInit: htput(.hash, "prelude", "water_prelude.ogg"); htput(.hash, "sunrise", "tws_birds_in_the_sunrise.ogg"); htput(.hash, "peace", "peace.ogg"); + htput(.hash, "toast", "dragon_and_toast.ogg"); } |