.DT
query_edible
DW_wibble creator help
query_edible

.SH Name
.SP 5 5
query_edible -  This tells us if the food is edible (ie.
.EP

.SH Syntax
.SI 5
int query_edible()
.EI

.SH Returns
.SI 5
Return 1 if the food is a liquid, and return 0 if it is not.
.EI

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

.SH Description
.SP 5 5

This tells us if the food is edible (ie. can be
consumed using 'eat' instead of 'drink'.  If it is
edible then it is not a liquid.

.EP

.SH See also
.SP 5 5
set_liquid(), query_liquid()

.EP

