diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-08 23:30:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-08 23:30:42 -0300 |
commit | 6abb5ec1ebcba8dacb66b7954cab4f2c8ef105eb (patch) | |
tree | c13269253c75ec1f230804cb47ebc8f6d49d727a /npc/commands/music.txt | |
parent | a4f5cbf04ffd11b5cedcaea4756e9aa1dbc00011 (diff) | |
download | serverdata-6abb5ec1ebcba8dacb66b7954cab4f2c8ef105eb.tar.gz serverdata-6abb5ec1ebcba8dacb66b7954cab4f2c8ef105eb.tar.bz2 serverdata-6abb5ec1ebcba8dacb66b7954cab4f2c8ef105eb.tar.xz serverdata-6abb5ec1ebcba8dacb66b7954cab4f2c8ef105eb.zip |
@music update
Diffstat (limited to 'npc/commands/music.txt')
-rw-r--r-- | npc/commands/music.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt index 410a24421..8ab476b6a 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -30,7 +30,7 @@ OnCall: //.@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, peace2, peace3, toast, woodland2"; - dispbottom "unforgiving, deepcave, 8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure, dance, academy"; + dispbottom "unforgiving, deepcave, 8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure, dance, academy, shrine, boss, ruins"; } else { changemusic .@map$, .@m$; } @@ -70,4 +70,8 @@ OnInit: htput(.hash, "manacave", "tws_green_island.ogg"); htput(.hash, "dance", "dance_monster.ogg"); htput(.hash, "academy", "academy_bells.ogg"); + htput(.hash, "shrine", "Misty_Shrine.ogg"); + htput(.hash, "boss", "let_the_battles_begin.ogg"); + htput(.hash, "ruins", "Ruins.ogg"); } + |