summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/food_colouring.txt
blob: ebdea7fd35e0f330efaeb73b3c25f3851ab14651 (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
### Colouring of corpses, depending on whether you can eat them, and
### whether it's safe to eat them. Contains spoilers!
### Colours both on the ground and in inventory!

msg := message_colour
inv := menu_colour

# Spriggans don't care for corpses and chunks.
#

msg = darkgrey:.*inedible.*
inv = darkgrey:.*inedible.*

msg = yellow:.*preferred.*
inv = yellow:.*preferred.*

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

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

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

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