code/datums/pda_ringtones.dm 
| RINGLIST_STATIC | Don't change the index -- it's set by the PDA! |
|---|---|
| RINGLIST_CYCLE | Cycle through the ringtone list one after the other |
| RINGLIST_RANDOM | Pick a random index |
| /proc/filter_is_character_setup_ringtone | type filter for ringtones that're suposed to be selectable at roundstart |
| /datum/ringtone | Ringtones that'll get mashed into a PDA |
| /datum/ringtone/dogs | Test ringtone for random sounds w/ varied and altered pitch |
| /datum/ringtone/numbers | Test ringtone for cycled numbers with special index |
| /datum/ringtone/thinktronic | Stock Thinktronic ringtones |
| /datum/ringtone/clown | Clown ringtones |
| /datum/ringtone/basic | basic-ass ringtones for basic-ass spacepeople |
| /datum/ringtone/retkid | Ringtones with Shorts |
| /datum/ringtone/syndie | Syndicate Distracto-tones |
Define Details
RINGLIST_CYCLE 
Cycle through the ringtone list one after the other
RINGLIST_RANDOM 
Pick a random index
RINGLIST_STATIC 
Don't change the index -- it's set by the PDA!