/datum/unit_test/language_species_swap_simple | Simply tests that swapping to a new species gives you the languages of that species and removes the languages of the old species |
---|
/datum/unit_test/language_species_swap_complex | Tests species changes which are more complex are functional (e.g. from a species which speaks common to one which does not) |
---|
/datum/unit_test/language_species_change_other_known | Test that other random languages known are not lost on species change |
---|
/datum/unit_test/language_mind_transfer | Tests that mind bound languages are not lost swapping into a new mob, but other languages are |
---|
/datum/unit_test/language_mind_swap | Tests that mind bound languages are not lost when swapping with another person (wiz mindswap) |
---|
/datum/unit_test/book_of_babel | Tests that the book of babel, and by extension grant_all_languages, works as intended |
---|
/proc/print_language_list | Helper proc to print a list of languages in a human readable format |
---|