.DT
set_weight_per_bite
DW_wibble creator help
set_weight_per_bite

.SH Name
.SP 5 5
set_weight_per_bite -  This sets weight of each bite of the food object.
.EP

.SH Syntax
.SI 5
void set_weight_per_bite(int number)
.EI

.SH Parameters
.SI 5
%^BOLD%^number%^RESET%^ - The weight each bite should be.

.EI

.SH Defined in
.SI 5
/obj/food.c
.EI

.SH Description
.SP 5 5

This sets weight of each bite of the food object.  This is
used along with the total weight of the object to calculate
how many bites of the food can be taken.

.EP

.SH See also
.SP 5 5
/std/basic/misc->set_weight(), weight
.EP

