grown

Vars | |
| bite_consumption_mod | The modifier applied to the plant's bite size. If a plant has a large amount of reagents naturally, this should be increased to match. |
|---|---|
| filling_color | Color of the grown object |
| plantname | Name of the plant |
| seed | type path, gets converted to item on New(). It's safe to assume it's always a seed item. |
| splat_type | the splat it makes when it splats lol |
Procs | |
| generate_trash | Callback proc for bonus behavior for generating trash of grown food. Used by /datum/element/food_trash. |
Var Details
bite_consumption_mod

The modifier applied to the plant's bite size. If a plant has a large amount of reagents naturally, this should be increased to match.
filling_color

Color of the grown object
plantname

Name of the plant
seed

type path, gets converted to item on New(). It's safe to assume it's always a seed item.
splat_type

the splat it makes when it splats lol
Proc Details
generate_trash
Callback proc for bonus behavior for generating trash of grown food. Used by /datum/element/food_trash.