code/datums/components/jukebox.dm 
MUTE_DEAF | The mob is deaf |
---|---|
MUTE_PREF | The mob has disabled jukeboxes in their preferences |
MUTE_RANGE | The mob is out of range of the jukebox |
/datum/jukebox | |
/datum/jukebox/single_mob | Subtype which only plays the music to the mob you pass in via start_music(). |
/datum/track | Track datums, used in jukeboxes |
Define Details
MUTE_DEAF 
The mob is deaf
MUTE_PREF 
The mob has disabled jukeboxes in their preferences
MUTE_RANGE 
The mob is out of range of the jukebox