turtle ![code/modules/mob/living/basic/turtle/turtle.dm 8](git.png)
Vars | |
developed_path | if we are fully grown, what is our path |
---|---|
grown_tree | our displayed tree |
indigestible_seeds | seeds our stomach cannot process into fruit, we will spit these seeds out after a short time instead |
last_direction | our last east/west direction |
path_growth_progress | growth progress of our tree |
path_requirements | what nutrients leads to each evolution path |
Var Details
developed_path ![code/modules/mob/living/basic/turtle/turtle.dm 49](git.png)
if we are fully grown, what is our path
grown_tree ![code/modules/mob/living/basic/turtle/turtle.dm 29](git.png)
our displayed tree
indigestible_seeds ![code/modules/mob/living/basic/turtle/turtle.dm 53](git.png)
seeds our stomach cannot process into fruit, we will spit these seeds out after a short time instead
last_direction ![code/modules/mob/living/basic/turtle/turtle.dm 51](git.png)
our last east/west direction
path_growth_progress ![code/modules/mob/living/basic/turtle/turtle.dm 31](git.png)
growth progress of our tree
path_requirements ![code/modules/mob/living/basic/turtle/turtle.dm 37](git.png)
what nutrients leads to each evolution path