### Colouring of corpses, depending on whether you can eat them, and
### whether it's safe to eat them.
### Use menu_colour (inv) to colour items in your inventory or the
### pickup menu.

inv := menu_colour

# Djinn can eat, but most foodstuff is useless.
inv += $inedible:.*useless_item.*carrion.*

# Other forbidden foods are handled in menu_colors.txt, where they
# will be overridden by "useless" and "inedible".
inv += $forbidden:.*forbidden.*(chunk|corpse)

inv += $preferred:.*preferred.*

inv += $inedible:.*inedible.*
