From da1ad3f4f46bd0fae3fd100882c06e6fb60a1c1b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Mar 2018 08:58:57 -0300 Subject: Missing music --- npc/commands/music.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/commands') 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"); } -- cgit v1.2.3-70-g09d2