/tg/ Station 13 - Modules - Types

code/modules/unit_tests/mouse_bite_cable.dm

/datum/unit_test/mouse_bite_cableUnit Test to ensure that a mouse bites a cable, gets shocked, and dies.
/mob/living/basic/mouse/cable_loverDummy mouse that is guaranteed to die when biting shocked cables.
/datum/ai_controller/basic_controller/mouse/guaranteed_to_biteDummy 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/guaranteedCable hunting subtree that's guarantee to hunt its target.