From: nethack.allison Date: Wed, 12 Mar 2003 18:38:56 +0000 (+0000) Subject: rndcolor() X-Git-Tag: MOVE2GIT~2084 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db6fe9ec56436d8c923467aa602c49454920fc0f;p=nethack 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. > --- 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