code/modules/unit_tests/mouse_bite_cable.dm
/datum/unit_test/mouse_bite_cable | Unit Test to ensure that a mouse bites a cable, gets shocked, and dies. |
---|---|
/mob/living/basic/mouse/cable_lover | Dummy mouse that is guaranteed to die when biting shocked cables. |
/datum/ai_controller/basic_controller/mouse/guaranteed_to_bite | Dummy mouse's ai controller that is guaranteed to find and bite a cable beneath it |
/datum/ai_planning_subtree/find_and_hunt_target/look_for_cables/guaranteed | Cable hunting subtree that's guarantee to hunt its target. |