summaryrefslogtreecommitdiff
path: root/ui/tremulous_humanitem.menu
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tremulous_humanitem.menu')
-rw-r--r--ui/tremulous_humanitem.menu20
1 files changed, 17 insertions, 3 deletions
diff --git a/ui/tremulous_humanitem.menu b/ui/tremulous_humanitem.menu
index 5c317cd3..adda7e0b 100644
--- a/ui/tremulous_humanitem.menu
+++ b/ui/tremulous_humanitem.menu
@@ -79,7 +79,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_humanitem; open tremulous_teamselect }
+ action
+ {
+ play "sound/misc/menu4.wav";
+ close tremulous_humanitem;
+ open tremulous_teamselect
+ }
}
itemDef
@@ -96,7 +101,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { uiScript SpawnWithHumanItem; close tremulous_humanitem }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript SpawnWithHumanItem;
+ close tremulous_humanitem
+ }
}
itemDef
@@ -113,7 +123,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_humanitem }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_humanitem
+ }
}
}
}