From c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 11 Feb 2019 11:29:30 -0200 Subject: Minor changes --- npc/commands/music.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/commands') diff --git a/npc/commands/music.txt b/npc/commands/music.txt index 4cf786ee8..2399f679f 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, lands, deepcave"; - dispbottom "8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure"; + 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"; } else { changemusic .@map$, .@m$; } @@ -55,7 +55,7 @@ OnInit: htput(.hash, "peace2", "peace2.ogg"); htput(.hash, "toast", "dragon_and_toast.ogg"); htput(.hash, "woodland2", "New_Woodlands.ogg"); - htput(.hash, "lands", "Unforgiving_Lands.ogg"); + htput(.hash, "unforgiving","Unforgiving_Lands.ogg"); htput(.hash, "deepcave", "Deep_Cave.ogg"); htput(.hash, "8bit", "8bit_the_hero.ogg"); htput(.hash, "action", "Arabesque.ogg"); -- cgit v1.2.3-70-g09d2