From 6a218b4a9ff12fabbcb8fde00026396847f5f6e9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 Feb 2019 11:55:36 -0200 Subject: We have 28 music tracks, all available on @music --- npc/commands/music.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') 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"); } -- cgit v1.2.3-60-g2f50