diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-11 11:29:30 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-11 11:29:30 -0200 |
commit | c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2 (patch) | |
tree | 833a29b0b7c62d75014d2d5eb843122401544717 /npc | |
parent | cccb2eb157cb369b9f2ccefc5e04119f9ba63d26 (diff) | |
download | serverdata-c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2.tar.gz serverdata-c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2.tar.bz2 serverdata-c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2.tar.xz serverdata-c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2.zip |
Minor changes
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/music.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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"); |