summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-15 11:55:36 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-15 11:55:36 -0200
commit6a218b4a9ff12fabbcb8fde00026396847f5f6e9 (patch)
tree837c04e427c1f31e1aa7fb1974205799aa0d17b1
parent449aa3ccb274a2ba23c6a7c26666ad353813e6de (diff)
downloadserverdata-6a218b4a9ff12fabbcb8fde00026396847f5f6e9.tar.gz
serverdata-6a218b4a9ff12fabbcb8fde00026396847f5f6e9.tar.bz2
serverdata-6a218b4a9ff12fabbcb8fde00026396847f5f6e9.tar.xz
serverdata-6a218b4a9ff12fabbcb8fde00026396847f5f6e9.zip
We have 28 music tracks, all available on @music
-rw-r--r--npc/commands/music.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt
index 2399f679f..e419487c8 100644
--- a/npc/commands/music.txt
+++ b/npc/commands/music.txt
@@ -29,8 +29,8 @@ 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, woodland2, unforgiving";
- dispbottom "deepcave, 8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure";
+ dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, peace2, toast, woodland2";
+ dispbottom "unforgiving, deepcave, 8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure, dance";
} else {
changemusic .@map$, .@m$;
}
@@ -67,4 +67,5 @@ OnInit:
htput(.hash, "lof", "steam.ogg");
htput(.hash, "adventure", "tmw_adventure.ogg");
htput(.hash, "manacave", "tws_green_island.ogg");
+ htput(.hash, "dance", "dance_monster.ogg");
}