code/modules/unit_tests/organs.dm
/datum/unit_test/organ_sanity | 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_damage | Tests organ damage cap. Organ damage should never bypass the cap. Every internal organ is tested. |