| /datum/unit_test/prosthetic_item | Tests items-as-prosthetic-limbs can apply |
|---|
| /datum/unit_test/prosthetic_item/nullrod | Specifically checks the chainsaw nullrod |
|---|
| /datum/unit_test/verify_surgery_setup | Checks all operations have a name and description |
|---|
| /datum/unit_test/verify_surgery_replacements | Checks replaced surgeries are filtered out correctly |
|---|
| /datum/unit_test/incision_check | Tests that make incision shows up when expected |
|---|
| /datum/unit_test/location_accessibility | Checks is_location_accessible works as intended |
|---|
| /datum/unit_test/state_surgeries | Tests surgeries which just modify basic surgical states |
|---|
| /datum/unit_test/wound_state | Checks wounds apply surgical state and remove surgical state when healed |
|---|
| /datum/unit_test/wound_state_with_surgery | Checks surgical states applied by surgery while wounded don't get removed when the wound heals |
|---|