code/modules/language/_language.dm 
| SCRAMBLE_CACHE_LEN | Last 50 spoken (uncommon) words will be cached before we start cycling them out (re-randomizing them) |
|---|---|
| SENTENCE_CACHE_LEN | Last 20 spoken sentences will be cached before we start cycling them out (re-randomizing them) |
| /datum/language | Datum based languages. Easily editable and modular. |
| /proc/strip_punctuation | Goes through the input and removes any punctuation from the end of the string. |
| /proc/find_last_punctuation | Find what punctuation is at the end of the input, returns it. |
Define Details
SCRAMBLE_CACHE_LEN 
Last 50 spoken (uncommon) words will be cached before we start cycling them out (re-randomizing them)
SENTENCE_CACHE_LEN 
Last 20 spoken sentences will be cached before we start cycling them out (re-randomizing them)