summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/food_colouring.txt
blob: 4136b43b61cdcff572379b81ed221259877ca052 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
### 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.
### Use message_colour (msg) to highlight items in prompts and when
### listed on the ground.

msg := message_colour
inv := menu_colour

msg = $inedible:.*inedible.*
inv = $inedible:.*inedible.*

msg = $evil:.*evil_eating.*
inv = $evil:.*evil_eating.*

msg = $preferred:.*preferred.*
inv = $preferred:.*preferred.*

# Corpses of undead (necrophages etc.)
msg = $rot-inducing:.*rot-inducing.*
inv = $rot-inducing:.*rot-inducing.*

# Mutagenic corpses/chunks
msg = $mutagenic:.*mutagenic.*
inv = $mutagenic:.*mutagenic.*

# Poisonous corpses/chunks
msg = $poisonous:.*poisonous.*
inv = $poisonous:.*poisonous.*

# Contaminated corpses/chunks
msg = $contaminated:.*contaminated.*
inv = $contaminated:.*contaminated.*