summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-19 18:04:55 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-19 18:04:55 -0300
commit714d3807ccfe48049bf80027d29b53bf76d96b16 (patch)
treeb1501fe9a00558721dea4e5482212bd4e4eb889c
parenta474868f7b55d3d76c8d43869ce4b7353bb79b0f (diff)
downloadserverdata-714d3807ccfe48049bf80027d29b53bf76d96b16.tar.gz
serverdata-714d3807ccfe48049bf80027d29b53bf76d96b16.tar.bz2
serverdata-714d3807ccfe48049bf80027d29b53bf76d96b16.tar.xz
serverdata-714d3807ccfe48049bf80027d29b53bf76d96b16.zip
Update @music and @mymusic
-rw-r--r--npc/commands/music.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt
index bb5ca7f50..37ee7ea47 100644
--- a/npc/commands/music.txt
+++ b/npc/commands/music.txt
@@ -16,8 +16,9 @@
end;
function listMusic {
- dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, peace2, peace3, toast, woodland2, fortress";
+ dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, peace2, peace3, toast, woodland2, fortress, adonthell";
dispbottom "unforgiving, deepcave, 8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure, dance, academy, shrine, boss, ruins, minstrel";
+ dispbottom "sprint, valkyries";
return;
}
@@ -95,5 +96,8 @@ OnInit:
htput(.hash, "ruins", "Ruins.ogg");
htput(.hash, "fortress", "sidequests.ogg");
htput(.hash, "minstrel", "PerituneMaterial_Minstrel2_Harp.ogg");
+ htput(.hash, "adonthell", "adonthell.ogg");
+ htput(.hash, "sprint", "forest-sprint.ogg");
+ htput(.hash, "valkyries", "valkyries.ogg");
}