breed ![code/datums/components/breeding.dm 4](git.png)
Vars | |
baby_paths | weighted list of the possible baby types |
---|---|
breed_key | AI key we set when we're ready to breed |
breed_timer | time to wait after breeding |
can_breed_with | additional mobs we can breed with |
post_birth | callback after we give birth to the child |
ready_to_breed | are we ready to breed? |
Var Details
baby_paths ![code/datums/components/breeding.dm 8](git.png)
weighted list of the possible baby types
breed_key ![code/datums/components/breeding.dm 12](git.png)
AI key we set when we're ready to breed
breed_timer ![code/datums/components/breeding.dm 10](git.png)
time to wait after breeding
can_breed_with ![code/datums/components/breeding.dm 6](git.png)
additional mobs we can breed with
post_birth ![code/datums/components/breeding.dm 18](git.png)
callback after we give birth to the child
ready_to_breed ![code/datums/components/breeding.dm 14](git.png)
are we ready to breed?