Candy bars are bright blue in text mode

There's lots of brown comestibles, but no bright blue.
This commit is contained in:
Pasi Kallinen
2022-02-19 10:24:50 +02:00
parent 45bc2dafa9
commit 41ae240cad
2 changed files with 2 additions and 1 deletions

View File

@@ -1013,7 +1013,7 @@ FOOD("slime mold", 75, 1, 5, 0, VEGGY, 250, HI_ORGANIC, SLIME_MOLD),
FOOD("lump of royal jelly", 0, 1, 2, 0, VEGGY, 200, CLR_YELLOW,
LUMP_OF_ROYAL_JELLY),
FOOD("cream pie", 25, 1, 10, 0, VEGGY, 100, CLR_WHITE, CREAM_PIE),
FOOD("candy bar", 13, 1, 2, 0, VEGGY, 100, CLR_BROWN, CANDY_BAR),
FOOD("candy bar", 13, 1, 2, 0, VEGGY, 100, CLR_BRIGHT_BLUE, CANDY_BAR),
FOOD("fortune cookie", 55, 1, 1, 0, VEGGY, 40, CLR_YELLOW,
FORTUNE_COOKIE),
FOOD("pancake", 25, 2, 2, 0, VEGGY, 200, CLR_YELLOW, PANCAKE),