This repository has been archived by the owner on Jan 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
turntable_tracks.dm
105 lines (84 loc) · 2.67 KB
/
turntable_tracks.dm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/datum/turntable_soundtrack/javabar
f_name = "J"
name = "awa Bar"
path = 'sound/turntable/Cantina_Band_Jawa_Bar_Tatooine_Mos_Eisly.ogg'
/datum/turntable_soundtrack/classic1
f_name = "C"
name = "lassic 1"
path = 'sound/turntable/down_with_the_sickness.ogg'
/datum/turntable_soundtrack/classic2
f_name = "C"
name = "lassic 2"
path = 'sound/turntable/L.A.NoireSoundtrack.ogg'
/datum/turntable_soundtrack/mood
f_name = "I"
name = "n The Mood"
path = 'sound/turntable/GlennMiller-InTheMood.ogg'
/datum/turntable_soundtrack/disco
f_name = "D"
name = "isco Bloodbath"
path = 'sound/turntable/discobloodbath.ogg'
/datum/turntable_soundtrack/jessie
f_name = "T"
name = "he Assassination of Jesse James"
path = 'sound/turntable/TheAssassinationofJesseJames.ogg'
/datum/turntable_soundtrack/water
f_name = "W"
name = "ade In The Water"
path = 'sound/turntable/WadeInTheWater.ogg'
/datum/turntable_soundtrack/look
f_name = "T"
name = "he Way You Look Tonight"
path = 'sound/turntable/The_Way_You_Look_Tonight.ogg'
/datum/turntable_soundtrack/cant
f_name = "C"
name = "ant Hardly Stand It"
path = 'sound/turntable/CantHardlyStandIt.ogg'
/datum/turntable_soundtrack/pianosolo
f_name = "T"
name = "heme arranged for Piano Solo"
path = 'sound/turntable/Max_Payne_Theme_arranged_for_Piano_Solo.ogg'
/datum/turntable_soundtrack/blues
f_name = "O"
name = "nizukas Blues"
path = 'sound/turntable/Onizukas_Blues.ogg'
/datum/turntable_soundtrack/pianoentertainer
f_name = "R"
name = "agtime Piano The Entertainer"
path = 'sound/turntable/Ragtime_Piano_The_Entertainer.ogg'
/datum/turntable_soundtrack/moon
f_name = "F"
name = "ly me to the moon"
path = 'sound/turntable/Fly_me_to_the_moon.ogg'
/datum/turntable_soundtrack/yuuhi
f_name = "K"
name = "you wa Yuuhi Yarou"
path = 'sound/turntable/Kyou_wa_Yuuhi_Yarou.ogg'
/datum/turntable_soundtrack/aazimarmelody
f_name = "T"
name = "he Skeleton in the Closet"
path = 'sound/turntable/The_sceleton_in_the_closet.ogg'
/datum/turntable_soundtrack/sadwalk
f_name = "S"
name = "ad Walk"
path = 'sound/turntable/sad_walk.ogg'
/datum/turntable_soundtrack/onebadman
f_name = "O"
name = "ne Bad Man"
path = 'sound/turntable/One_bad_man.ogg'
/datum/turntable_soundtrack/ysseven
f_name = "C"
name = "hildren in the Shadows"
path = 'sound/turntable/Children_in_the_shadows.ogg'
/datum/turntable_soundtrack/portal
f_name = "S"
name = "tayin Alive"
path = 'sound/turntable/Stayin_Alive.ogg'
/datum/turntable_soundtrack/assistant
f_name = "W"
name = "izards assistant"
path = 'sound/turntable/Wizards_assistant.ogg'
/datum/turntable_soundtrack/huey
f_name = "D"
name = "ont you Just Know"
path = 'sound/turntable/Dont_you_just_know.ogg'