### 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.*

inv += $forbidden:.*forbidden.*

inv += $preferred:.*preferred.*

inv += $inedible:.*inedible.*

inv += $mutagenic:.*mutagenic.*
