Space Station 13 - Modules - TypesDefine Details

code/modules/mob/living/simple_animal/hostile/bees.dm

BEE_IDLE_ROAMINGThe value of idle at which a bee in a beebox will try to wander
BEE_IDLE_GOHOMEThe value of idle at which a bee will try to go home
BEE_PROB_GOHOMEProbability to go home when idle is below BEE_IDLE_GOHOME
BEE_PROB_GOROAMProbability to go roaming when idle is above BEE_IDLE_ROAMING
BEE_TRAY_RECENT_VISITHow long in deciseconds until a tray can be visited by a bee again
BEE_DEFAULT_COLOURThe colour we make the stripes of the bee if our reagent has no colour (or we have no reagent)

Define Details

BEE_DEFAULT_COLOUR

The colour we make the stripes of the bee if our reagent has no colour (or we have no reagent)

BEE_IDLE_GOHOME

The value of idle at which a bee will try to go home

BEE_IDLE_ROAMING

The value of idle at which a bee in a beebox will try to wander

BEE_PROB_GOHOME

Probability to go home when idle is below BEE_IDLE_GOHOME

BEE_PROB_GOROAM

Probability to go roaming when idle is above BEE_IDLE_ROAMING

BEE_TRAY_RECENT_VISIT

How long in deciseconds until a tray can be visited by a bee again