/tg/ Station 13 - Modules - Types

code/modules/mob/living/basic/space_fauna/carp/carp_controllers.dm

/datum/ai_controller/basic_controller/carpAI controller for carp Expected flow is:
/datum/ai_controller/basic_controller/carp/petCarp which bites back, but doesn't look for targets. 'Not hunting targets' includes food (and can rings), because they have been well trained.
/datum/ai_controller/basic_controller/carp/rangedAI for carp with a spell. Flow is basically the same as regular carp, except it will try and cast a spell at its target whenever possible and not fleeing.
/datum/ai_controller/basic_controller/carp/passiveCarp which bites back, but doesn't look for targets and doesnt do as much damage Still migrate and stuff