From 49cb9ca597faf99bfea74a520a32a86529ec88bc Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sat, 28 Oct 2006 04:35:07 +0000 Subject: [PATCH] the colour of magic Add Terry Pratchett's "octarine" to the set of hallucinatory colors. --- src/do_name.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/do_name.c b/src/do_name.c index 861cca8f4..131c68108 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -1035,7 +1035,8 @@ static NEARDATA const char * const hcolors[] = { "square", "round", "triangular", "cabernet", "sangria", "fuchsia", "wisteria", "lemon-lime", "strawberry-banana", "peppermint", - "romantic", "incandescent" + "romantic", "incandescent", + "octarine", /* Discworld: the Colour of Magic */ }; const char * -- 2.40.0