From db6fe9ec56436d8c923467aa602c49454920fc0f Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Wed, 12 Mar 2003 18:38:56 +0000 Subject: [PATCH] rndcolor() > "A cloud of sangria gas billows from the chest. > You stagger and your vision blurs." > When I see the gas billowing from the chest, I'm not yet > hallucinating. Shouldn't the gas have a normal colour, then? > Only after my vision blurs should the gas assume a fake colour, I > think. > --- include/extern.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/extern.h b/include/extern.h index 1e1e51700..b8f598789 100644 --- a/include/extern.h +++ b/include/extern.h @@ -342,6 +342,7 @@ E char *FDECL(a_monnam, (struct monst *)); E char *FDECL(distant_monnam, (struct monst *,int,char *)); E const char *NDECL(rndmonnam); E const char *FDECL(hcolor, (const char *)); +E const char *NDECL(rndcolor); #ifdef REINCARNATION E const char *NDECL(roguename); #endif -- 2.50.1