summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-16 05:06:47 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-16 05:06:47 -0300
commit2d69209238d637342efa23c4b3cae6af5ecd873a (patch)
tree6721427cd9787e7b95895a8d24ea87fa917d85c5
parent21a3920db1070e1f7e87f2ebd642b103fefeaf04 (diff)
downloadserverdata-2d69209238d637342efa23c4b3cae6af5ecd873a.tar.gz
serverdata-2d69209238d637342efa23c4b3cae6af5ecd873a.tar.bz2
serverdata-2d69209238d637342efa23c4b3cae6af5ecd873a.tar.xz
serverdata-2d69209238d637342efa23c4b3cae6af5ecd873a.zip
Music update (@music)
-rw-r--r--npc/commands/music.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt
index 54dad07fe..bb5ca7f50 100644
--- a/npc/commands/music.txt
+++ b/npc/commands/music.txt
@@ -16,8 +16,8 @@
end;
function listMusic {
- 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, shrine, boss, ruins";
+ dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, peace2, peace3, toast, woodland2, fortress";
+ dispbottom "unforgiving, deepcave, 8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure, dance, academy, shrine, boss, ruins, minstrel";
return;
}
@@ -93,5 +93,7 @@ OnInit:
htput(.hash, "shrine", "Misty_Shrine.ogg");
htput(.hash, "boss", "let_the_battles_begin.ogg");
htput(.hash, "ruins", "Ruins.ogg");
+ htput(.hash, "fortress", "sidequests.ogg");
+ htput(.hash, "minstrel", "PerituneMaterial_Minstrel2_Harp.ogg");
}