]> granicus.if.org Git - nethack/commitdiff
Candy bars are bright blue in text mode
authorPasi Kallinen <paxed@alt.org>
Sat, 19 Feb 2022 08:24:50 +0000 (10:24 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 19 Feb 2022 08:28:06 +0000 (10:28 +0200)
There's lots of brown comestibles, but no bright blue.

doc/fixes3-7-0.txt
include/objects.h

index fdff91e234c97c808dd33a0731c4f905b7785f84..242f730cc2df1c13cf0a80c177817177ba141257 100644 (file)
@@ -785,6 +785,7 @@ zombies groan instead of being silent
 martial arts users, sasquatches, and heroes wearing kicking boots can
        no longer miss a monster completely with a clumsy kick
 knights get no caitiff penalty against undead
+candy bars are bright blue in text mode
 
 
 Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
index a97313f3dc31c4760cee9088758a3dc11c312590..2866fc68e836022ccbe4af1f27879a1a054a578f 100644 (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),