]> granicus.if.org Git - nethack/commitdiff
rndcolor()
authornethack.allison <nethack.allison>
Wed, 12 Mar 2003 18:38:56 +0000 (18:38 +0000)
committernethack.allison <nethack.allison>
Wed, 12 Mar 2003 18:38:56 +0000 (18:38 +0000)
> "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

index 1e1e5170026cdf21b511f5fcef28e7db31419f3b..b8f59878971804adc399ec2de3282463f55801f8 100644 (file)
@@ -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