code/modules/unit_tests/leash.dm
/datum/unit_test/leash/no_teleport | Validates the leash component will keep its parent within range without teleporting when possible. |
---|---|
/datum/unit_test/leash/will_teleport | Validates that the leash component will forcibly teleport when necessary |
/datum/unit_test/leash/limit_range | Validates that the leashed object cannot move outside of the max distance from owner |