cat ![code/modules/mob/living/basic/pets/cat/cat.dm 1](git.png)
Vars | |
can_breed | can this cat breed? |
---|---|
can_hold_item | can hold items? |
can_interact_with_stove | can this cat interact with stoves? |
collar_icon_state | icon of the collar we can wear |
cult_icon_state | icon state of our cult icon |
held_food | item we are currently holding |
held_item_overlay | mutable appearance for held item |
huntable_items | list of items we can carry |
pet_commands | list of pet commands we follow |
post_birth_callback | callback for after a kitten is born |
Var Details
can_breed ![code/modules/mob/living/basic/pets/cat/cat.dm 37](git.png)
can this cat breed?
can_hold_item ![code/modules/mob/living/basic/pets/cat/cat.dm 39](git.png)
can hold items?
can_interact_with_stove ![code/modules/mob/living/basic/pets/cat/cat.dm 41](git.png)
can this cat interact with stoves?
collar_icon_state ![code/modules/mob/living/basic/pets/cat/cat.dm 35](git.png)
icon of the collar we can wear
cult_icon_state ![code/modules/mob/living/basic/pets/cat/cat.dm 61](git.png)
icon state of our cult icon
held_food ![code/modules/mob/living/basic/pets/cat/cat.dm 57](git.png)
item we are currently holding
held_item_overlay ![code/modules/mob/living/basic/pets/cat/cat.dm 59](git.png)
mutable appearance for held item
huntable_items ![code/modules/mob/living/basic/pets/cat/cat.dm 43](git.png)
list of items we can carry
pet_commands ![code/modules/mob/living/basic/pets/cat/cat.dm 49](git.png)
list of pet commands we follow
post_birth_callback ![code/modules/mob/living/basic/pets/cat/cat.dm 65](git.png)
callback for after a kitten is born