]> granicus.if.org Git - nethack/commitdiff
Add few hallu colors
authorPasi Kallinen <paxed@alt.org>
Sun, 2 Jan 2022 13:10:32 +0000 (15:10 +0200)
committerPasi Kallinen <paxed@alt.org>
Sun, 2 Jan 2022 13:10:32 +0000 (15:10 +0200)
src/do_name.c

index 7009123d4a54ae47b5741f3f93d77c3c2955c3dc..64f4ebcc144b6ba2d985b9428115af70f3a14b85 100644 (file)
@@ -2296,6 +2296,7 @@ static NEARDATA const char *const hcolors[] = {
     "dancing", "singing", "loving", "loudy", "noisy", "clattery", "silent",
     "apocyan", "infra-pink", "opalescent", "violant", "tuneless",
     "viridian", "aureolin", "cinnabar", "purpurin", "gamboge", "madder",
+    "bistre", "ecru", "fulvous", "tekhelet", "selective yellow",
 };
 
 const char *
@@ -2325,6 +2326,7 @@ static NEARDATA const char *const hliquids[] = {
     "caramel sauce", "ink", "aqueous humour", "milk substitute",
     "fruit juice", "glowing lava", "gastric acid", "mineral water",
     "cough syrup", "quicksilver", "sweet vitriol", "grey goo", "pink slime",
+    "cosmic latte",
     /* "new coke (tm)", --better not */
 };