code/datums/components/pet_commands/pet_commands_basic.dm
/datum/pet_command/idle | Tells a pet to resume its idle behaviour, usually staying put where you leave it |
---|---|
/datum/pet_command/free | Tells a pet to exit command mode and resume its normal behaviour, which includes regular target-seeking and what have you |
/datum/pet_command/follow | Tells a pet to follow you until you tell it to do something else |
/datum/pet_command/play_dead | Pretend to be dead for a random period of time |
/datum/pet_command/good_boy | React if complimented |
/datum/pet_command/untargeted_ability | Use an an ability that does not require any targets |
/datum/pet_command/point_targeting/attack | Tells a pet to chase and bite the next thing you point at |
/datum/pet_command/point_targeting/breed | |
/datum/pet_command/point_targeting/use_ability | Tells a pet to use some kind of ability on the next thing you point at |
/datum/pet_command/point_targeting/fish |