code/modules/unit_tests/death_moodlets.dm 
| /datum/unit_test/death_moodlets | Tests death moodlets given various traits and personalities |
|---|---|
| /datum/unit_test/death_moodlets/human | Base type for human death moodlets |
| /datum/unit_test/death_moodlets/pet | Base type for pet death moodlets |
| /datum/unit_test/death_moodlets/human/normal | Test the normal ol default moodlet |
| /datum/unit_test/death_moodlets/human/desensitized | Test desensitized moodlet |
| /datum/unit_test/death_moodlets/human/callous | Test callous moodlet |
| /datum/unit_test/death_moodlets/human/desensitized_and_callous | Tests that callous is prioritized over desensitized |
| /datum/unit_test/death_moodlets/human/cultist | Test cultist positive moodlet |
| /datum/unit_test/death_moodlets/human/cultist/friendly_fire | Tests cultists are still sad when other cultists die |
| /datum/unit_test/death_moodlets/pet/animal_moodlet | Tests animal moodlet |
| /datum/unit_test/death_moodlets/pet/desensitized_to_pet | Tests desensitized moodlet when a pet dies |
| /datum/unit_test/death_moodlets/pet/callous_to_pet | Tests callous moodlet when a pet dies |
| /datum/unit_test/death_moodlets/pet/animal_disliker_to_pet | Tests animal disliker moodlet when a pet dies |