/tg/ Station 13 - Modules - Types

code/modules/unit_tests/species_unique_id.dm

/datum/unit_test/species_unique_idEvery species should use a species ID unique to it and it alone. This test runs through every subtype of /datum/species, and checks for a species ID. Every ID is written to a list, gathered_species_ids, and if a previously written ID is written again, this test will fail.