code/__DEFINES/ai/slime.dm ![code/__DEFINES/ai/slime.dm0](git.png)
BB_SLIME_HUNGER_DISABLED | If true, the slime will not get hungry, nor hunt |
---|---|
BB_SLIME_HUNGER_LEVEL | Keeps track how hungry the slime is |
BB_SLIME_RABID | If true, the slime is rabid |
BB_SLIME_LIFE_STAGE | Are we an adult, or a child |
BB_SLIME_EVOLVE | Our evolve action |
BB_SLIME_REPRODUCE | Our reproduce action |
Define Details
BB_SLIME_EVOLVE ![code/__DEFINES/ai/slime.dm 12](git.png)
Our evolve action
BB_SLIME_HUNGER_DISABLED ![code/__DEFINES/ai/slime.dm 4](git.png)
If true, the slime will not get hungry, nor hunt
BB_SLIME_HUNGER_LEVEL ![code/__DEFINES/ai/slime.dm 6](git.png)
Keeps track how hungry the slime is
BB_SLIME_LIFE_STAGE ![code/__DEFINES/ai/slime.dm 10](git.png)
Are we an adult, or a child
BB_SLIME_RABID ![code/__DEFINES/ai/slime.dm 8](git.png)
If true, the slime is rabid
BB_SLIME_REPRODUCE ![code/__DEFINES/ai/slime.dm 14](git.png)
Our reproduce action