summaryrefslogtreecommitdiff
path: root/npc/commands/music.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-03 13:47:30 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-03 13:47:30 -0300
commit42ab6f67ed641f9141cba8702778a005ff3aded2 (patch)
treeb03c7ae2b08a09708fcbe2a3d3c1d5f347e669a4 /npc/commands/music.txt
parentfa7ef2440b2bb5051b3a95cbdfb33f67dece50b6 (diff)
downloadserverdata-42ab6f67ed641f9141cba8702778a005ff3aded2.tar.gz
serverdata-42ab6f67ed641f9141cba8702778a005ff3aded2.tar.bz2
serverdata-42ab6f67ed641f9141cba8702778a005ff3aded2.tar.xz
serverdata-42ab6f67ed641f9141cba8702778a005ff3aded2.zip
@music update
Diffstat (limited to 'npc/commands/music.txt')
-rw-r--r--npc/commands/music.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt
index 3a964083b..e8e42f37b 100644
--- a/npc/commands/music.txt
+++ b/npc/commands/music.txt
@@ -28,7 +28,7 @@ OnCall:
if (.@m$ == "Not found") {
//.@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, toast";
+ dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, toast, woodland2, lands, deepcave";
} else {
changemusic .@map$, .@m$;
}
@@ -51,4 +51,7 @@ OnInit:
htput(.hash, "sunrise", "tws_birds_in_the_sunrise.ogg");
htput(.hash, "peace", "peace.ogg");
htput(.hash, "toast", "dragon_and_toast.ogg");
+ htput(.hash, "woodland2", "New_Woodlands.ogg");
+ htput(.hash, "lands", "Unforgiving Lands.ogg");
+ htput(.hash, "deepcave", "Deep_Cave.ogg");
}