diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-27 08:58:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-27 08:58:57 -0300 |
commit | da1ad3f4f46bd0fae3fd100882c06e6fb60a1c1b (patch) | |
tree | 2f95ed85aba987e6851946b699cb68847ace7a99 /npc | |
parent | 3580e091a520d88836a66bab4fcc71f19cd8e27c (diff) | |
download | serverdata-da1ad3f4f46bd0fae3fd100882c06e6fb60a1c1b.tar.gz serverdata-da1ad3f4f46bd0fae3fd100882c06e6fb60a1c1b.tar.bz2 serverdata-da1ad3f4f46bd0fae3fd100882c06e6fb60a1c1b.tar.xz serverdata-da1ad3f4f46bd0fae3fd100882c06e6fb60a1c1b.zip |
Missing music
Diffstat (limited to 'npc')
-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"); } |