/tg/ Station 13 - Modules - Types

code/modules/unit_tests/organs.dm

/datum/unit_test/organ_sanityList of infuser_entry typepaths which contain species-changing organs. Species change swaps out all the organs, making test_organ un-usable after insertion. Check organ insertion and removal, for all organ subtypes usable in-game. Ensures algorithmic correctness of the "Insert()" and "Remove()" procs. This test is especially useful because developers frequently override those.
/datum/unit_test/organ_damageTests organ damage cap. Organ damage should never bypass the cap. Every internal organ is tested.